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

Renci.SshNet.Connection.ProtocolVersionExchange

Handles the SSH protocol version exchange.
namespace Renci.SshNet.Connection { internal sealed class ProtocolVersionExchange : IProtocolVersionExchange { public SshIdentification Start(string clientVersion, Socket socket, TimeSpan timeout); public Task<SshIdentification> StartAsync(string clientVersion, Socket socket, CancellationToken cancellationToken); public ProtocolVersionExchange(); } }