Back to product page

Enumerations Object


List of enumerations used by wodSSH.


AuthenticationsEnumThis list shows all methods of authentication supported by wodSSH. The default is authPassword to preserve backward compatibility with older versions of wodSSH. authSecurID is new from version 2.0.0, authGSSAPI from version 2.8.0. They are provided AS IS since there is no official document that describes thse types of authentication.

wodSSH also supports the keyboard-interactive authentication method. It will cause the LoginChallenge event to fire providing you with the server's Challenge - where you must enter Response. If you don't do anything in this event, the content of the Password property will be used as the response. Keyboard-Interactive authentication is used also when Authentication is set to authPassword.
CharsetsList shows all character encoding types supported by wodSSH.
EncryptionsEnumThis list shows all the encryption algorithms that can be used during a session with a remote server. It is valid only for SSH protocols.

If set to encAny, wodSSH will try to use the AES encryption algorithm first, if it is supported by the remote server.

DES encryption cannot be used with SSH2 since it is proven to be unsafe. SSH1 still supports it, although usage of Blowfish is suggested.

AES encryption cannot be used with SSH1 because the protocol specification doesn't support it.
ProtocolsEnumThe Raw protocol type is used when you don't want SSH to make any changes to data you send/receive from the remote server.

The Telnet protocol is used when the remote server is running the Telnet service. This means that wodSSH expects special characters to be received by the server and the server to behave accordingly. These characters will not be visible to your program.

SSH1 and SSH2 are encrypted protocols. All the information passing between your computer and the remote server is secured.

SSHAuto will make wodSSH choose automatically which SSH protocol should be used with the remote server. wodSSH will prefer SSH2 where available.
ProxyTypesThis list shows all proxy types supported by wodSSH. The default is ProxyNone to preserve backward compatibility with older versions of wodSSH.
StatesEnum

Platforms

Windows