Back to product page

SSHKeyTypes Enumeration


These constants are used with wodSSHD key managment object called KeyPair.

Remarks

You can access KeyPair object through wodSSHD1.Keys property.

SSH2 protocol specification defines RSA cipher as default, and it should be supported by all clients/servers, so it is advised you should use it. However, there could be client implementations that support only DSA (due to RSA patent, which has in the meantime expired) so you should also use DSA. wodSSHD allows you to Generate (or Load) both types at the same time.

Members

Constant Value Description
RSAkey0 Uses RSA cipher to create keys.
DSAkey 1 Uses DSA cipher to create keys.
ECDSAkey 2 Uses ECDSA cipher to create keys.

Platforms

Windows