The webpage (https://github.com/sshnet/SSH.NET/) says it supports several Key Exchange Methods:
SSH.NET supports the following key exchange methods:
- diffie-hellman-group-exchange-sha256
- diffie-hellman-group-exchange-sha1
- diffie-hellman-group14-sha1
- diffie-hellman-group1-sha1
But there is absolutely no documentation on how to use one of these, DH_GROUP_EXCHANGE_SHA256, for example.
Has anyone done this? Can you give me some direction here?
Thanks.
Aaron