Discuss this help topic in SecureBlackbox Forum
This property specifies SSH versions which can be used during the connection
Declaration
Values:
|
TSSHVersions values
|
Description
Set this property before calling the
Open
method. It should contain the set of SSH versions which can
be used during the secure connection.
Note, SSHv1 is vulnerable to the man-in-the-middle attack,
so it must be used very carefully. We recommend you to use SSHv2 protocol if REALLY secure connection is required.
Note, Protocol version setting differs for VCL and .NET versions.
To enable several SSH versions in .NET use bitwise OR operation, for example "sbSSH1 | sbSSH2".
Example: The following shows how to set the property for different SecureBlackbox editions: