The Ssh type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Encoding |
Gets or sets the Encoding to use to encode and decode command parameters and server responses.
| |
| Fingerprint |
Gets the server public key fingerprint (a SHA-256 hash of the server public key).
| |
| InstanceId |
Gets instance ID (intended for logging purposes).
(Inherited from NetworkSession.) | |
| IsAuthenticated |
Gets a value indicating whether the session is authenticated.
(Overrides NetworkSession..::..IsAuthenticated.) | |
| IsConnected |
Gets a value indicating whether the session is connected.
(Overrides NetworkSession..::..IsConnected.) | |
| IsDisposed |
Gets a value indicating whether the object is disposed.
| |
| LocalEndPoint |
Gets the local client EndPoint.
| |
| LogWriter |
Gets or sets the LogWriter used by this object.
(Inherited from NetworkSession.) | |
| Proxy |
Gets or sets the network proxy to use to access a remote server.
| |
| RemoteEndPoint |
Gets the remote server EndPoint.
| |
| ServerKey |
Gets the server public key.
| |
| ServerName |
Gets the server name, if available.
(Inherited from NetworkSession.) | |
| ServerPort |
Gets the server port, if available.
(Inherited from NetworkSession.) | |
| Session |
Gets the SSH session used by this SSH session.
| |
| Settings |
Gets or sets SSH object settings.
| |
| Timeout |
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
| |
| UserName |
Gets the authenticated user name, if available.
(Inherited from NetworkSession.) | |
| Version |
Gets the version of the SSH component.
|