Back to product page
- Introduction
- Overview
- License Agrement
- Getting Started
- Objects
- Enumerations
- wodSSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- ClientName
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encoding
- Encryption
- EncryptionList
- ErrorText
- ExitSignal
- ExitStatus
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyForward
- KeySignatureList
- LastError
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StateText
- StripANSI
- StripNull
- Subsystem
- TerminalSpeed
- TerminalType
- Timeout
- UseIPv6
- Version
- Events
- IwodSSHNotify
- How to get support?
- Technical information
- Fast notifications interface
- Error list
AuthenticationsEnum Enumeration
This 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.
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.
Remarks
Possible values for AuthenticationsEnum:
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 |
authGSSAPI | 5 | Use Kerberos GSS authentication |