<PackageReference Include="SSH.NET" Version="2014.4.6-beta2" />

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.