<PackageReference Include="SSH.NET" Version="2016.1.0-beta1" />

IConnectionInfo

interface IConnectionInfo
Represents remote connection information.

Gets the supported channel requests for this connection.

Encoding Encoding { get; }

Gets the character encoding.

int RetryAttempts { get; }

Gets the number of retry attempts when session channel creation failed.

TimeSpan Timeout { get; }

Gets or sets connection timeout.

Occurs when authentication banner is sent by the server.