Skip to content

SSH.Session.GetAvailableAlgorithms

Andrew Lambert edited this page Nov 26, 2022 · 6 revisions

SSH.Session.GetAvailableAlgorithms

Method Signature

 Function GetAvailableAlgorithms(Type As SSH.AlgorithmType) As String()

Parameters

Name Type Comment
Type AlgorithmType The type of algorithm to query.

Return value

An array of algorithms that are available on the client for the specified AlgorithmType.

Compression algorithms

If Session.UseCompression is False then the only listed compression algorithm will be "none". Session.UseCompression is ordinarily set by Session.Constructor() based on a run-time check for the zlib library, but can be changed manually before actually connecting to a server.

See also

Clone this wiki locally