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
Password property
Determines the password to be used with the server.
Type
A String value. Specifies your password for the server.Syntax
- Basic
object.Password [= value]
The Password(object,value) syntax has these parts:
The Password(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSSH. |
value | A String value. |
Remarks
This property is required for the SSH protocol, so you should enter some value here before calling the Connect method. However, even the Telnet protocol doesn't require it; if you put your password here, wodSSH will try automatically to authorize you with remote server. In this case you will get the command prompt as the first data received from the server.If the wrong login/password combination is used with the remote server, an error will be generated (SSH protocol only).
This property will be ignored if the Login property is empty.