The SshParameters type exposes the following members.

Properties

  Name Description
Public property ConnectionParameters
The connection parameters in one object.
Public property ConnectionTimeout
The connection timeout.
Public property HostKeyVerifier
Gets/Sets new host key verifier.
Public property Hostname
The connection hostname.
Public property Password
The password.
Public property Port
The connection port.
Public property PrivateKey
Private key file path for use in public key authentication.
Public property ProxyHostname
Gets/Sets the hostname or IP address of the Proxy server.
Public property ProxyPassword
Gets/Sets the password used to log in to the Proxy server.
Public property ProxyPort
Gets/Sets the port of the Proxy server.
Public property ProxyType
Gets or sets the type of proxy server to use.
Public property ProxyUsername
Gets/Sets the username used to log in to the Proxy server.
Public property ReadingTimeout
The reading timeout.
Public property User
The user parameters in one object.
Public property Username
The username.

See Also