wodSSHServer ActiveX Control - SSHKeyTypes Enumeration
    
 

Description

These constants are used with wodSSHD key managment object called KeyPair. You can access it 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
 RSAkey 0 Uses RSA cipher to create keys.
 DSAkey 1 Uses DSA cipher to create keys.

Back to product page