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

KeyExchangeEcdhReplyMessage

Represents SSH_MSG_KEXECDH_REPLY message.
public byte[] KS { get; }

Gets a string encoding an X.509v3 certificate containing the server's ECDSA public host key

public byte[] QS { get; }

Gets the server's ephemeral contribution to the ECDH exchange, encoded as an octet string.

public byte[] Signature { get; }

Gets an octet string containing the server's signature of the newly established exchange hash value.