wodKeys Component - SSHKeyTypes Enumeration
    
 

Description

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 are servers that prefer DSA algorithm to be used (due to RSA patent, which has in the meantime expired) Generate and Load methods support both of these types.


Members
Constant Value Description
 RSAkey 0 Uses RSA algorithm to create keys.
 DSAkey 1 Uses DSA algorithm to create keys.