wodSSHTunnel ActiveX Control - AuthenticationsEnum Enumeration
    
 

Description

This list shows all methods of authentication supported by wodSSHTunnel. When authPassword is selected, you must specify your Password. If authPubkey is selected, you must specify your PrivateKey.

 

wodSSHTunnel also supports the keyboard-interactive authentication method. This will cause the LoginChallenge event to fire, providing you with the server's Challenge - where you must enter your Response. If you don't do anything in this event, the contents of the Password property will be used as the response. KeyboardInteractive authentication is also used when Authentication is set to authPassword.


Members
Constant Value Description
 authBoth 0 Use both authentications.
 authPassword 1 Use password authentication
 authPubkey 2 Use public key authentication
 authSecurID 3 Use SecurID token authentication
 authKeyboardInteractive 4 Use KeyboardInteractive authentication