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)
Asynchronously performs the SSH protocol version exchange.