<PackageReference Include="SSH.NET" Version="2020.0.1" />

SshIdentification

Represents an SSH identification.
public string Comments { get; }

Gets or sets the comments.

public string ProtocolVersion { get; }

Gets or sets the SSH protocol version.

public string SoftwareVersion { get; }

Gets or sets the software version of the implementation.

public SshIdentification(string protocolVersion, string softwareVersion)

Initializes a new SshIdentification instance with the specified protocol version and software version.

public SshIdentification(string protocolVersion, string softwareVersion, string comments)

Initializes a new SshIdentification instance with the specified protocol version, software version and comments.