Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
AuthenticationsEnum enumeration
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.
Remarks
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.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 |