-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Session.GetAvailableAlgorithms
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
Function GetAvailableAlgorithms(Type As SSH.AlgorithmType) As String()
Name | Type | Comment |
---|---|---|
Type |
AlgorithmType | The type of algorithm to query. |
An array of algorithms that are available on the client for the specified AlgorithmType
.
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.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.