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

Renci.SshNet.Connection.SshIdentification

Represents an SSH identification.
namespace Renci.SshNet.Connection { internal class SshIdentification { public string SoftwareVersion { get; } public string ProtocolVersion { get; } public string Comments { get; } public SshIdentification(string protocolVersion, string softwareVersion); public SshIdentification(string protocolVersion, string softwareVersion, string comments); } }