IProtocolVersionExchange
interface IProtocolVersionExchange
Handles the SSH protocol version exchange.
Performs the SSH protocol version exchange.
Task<SshIdentification> StartAsync(string clientVersion, Socket socket, CancellationToken cancellationToken)
Asynchronously performs the SSH protocol version exchange.