Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSSHD
- Methods
- Properties
- Events
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- IwodSSHDNotify
- Methods
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- Methods
- SSHKeyPair
- SSHUser
- SSHUsers
- How to get support
- Technical information
- Fast notifications
- Error list
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 |
---|---|---|
RSAkey | 0 | Uses RSA cipher to create keys. |
DSAkey | 1 | Uses DSA cipher to create keys. |
ECDSAkey | 2 | Uses ECDSA cipher to create keys. |