Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.SSH
- Methods
- Properties
- AllocatePty
- Authentication
- Blocking
- Columns
- Command
- Compression
- DataOut
- DataReady
- Encryption
- EncryptionList
- ExitSignal
- ExitStatus
- FingerPrintType
- FIPS
- ForwardHost
- ForwardPort
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeyFowarding
- Login
- Password
- Port
- PrivateKey
- Prompt
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- Rows
- ShowStdErrorMessages
- State
- StripANSI
- Subsystem
- TerminalType
- Timeout
- Version
- Events
- How to get support?
Password property
Password that will be sent to the server.
Type
String. Represents your password on the server.Syntax
- C#
- VB.NET
String Password {get; set; };
Property Password As String
Remarks
This property is required for SSH protocol(s) when Authentication is set to Password or Both, so you should enter some value here before calling Connect method.If wrong login/password combination is used with remote server, an exception will be thrown soon after issuing Connect method.
Property must be set together with Login property. Telnet protocol does not require Login or Password to be set prior to connect, in which case you will get server's prompt where you will be asked to enter them manually.