ProtocolVersionExchange
Handles the SSH protocol version exchange.
public ProtocolVersionExchange()
Performs the SSH protocol version exchange.
public Task<SshIdentification> StartAsync(string clientVersion, Socket socket, CancellationToken cancellationToken)