SSHCompressionAlgorithms Property
A comma-separated list of compression algorithms allowed for this connection.
Data Type
StringDefault Value
"none"Remarks
This list is used for both directions: client to server and server to client. When negotiating algorithms, each side sends a list of all algorithms it supports or allows. The algorithm chosen for each direction is the first algorithm to appear in the sender's list that the receiver supports, so it is important to list multiple algorithms in preferential order. If no algorithm can be agreed upon, the adapter will raise an error and the connection will be aborted.
SSHCompressionAlgorithms must be set to a comma-separated list containing at least one of the following values:
zlib | Zlib compression is allowed for this connection. |
none | No compression is allowed for this connection. |