Name | Description | |
---|---|---|
SshOptions Constructor | Overloaded. Initializes a new instance of the SshOptions class. |
The following tables list the members exposed by SshOptions.
Name | Description | |
---|---|---|
SshOptions Constructor | Overloaded. Initializes a new instance of the SshOptions class. |
Name | Description | |
---|---|---|
AuthenticationType | Gets or sets the client authentication method. | |
CipherList | List of ciphers that client agrees to use. | |
Host | Gets or sets name or ip address of SSH server. | |
HostKey | Gets or sets the location of the public key on the client side to verify the server host key during establishing connection. | |
Passphrase | Gets or sets the client key passphrase. | |
Password | Gets or sets user password on SSH server. | |
Port | Gets ot sets number of port on SSH server to connect. | |
PrivateKey | Gets or sets the location of the client private key. | |
StrictHostKeyChecking | Indicates whether the host key is verified during establishing connection. | |
User | Gets or sets user id on SSH server. |