Problem: When i try to connect by sharpssh catch this error Algorithm negotiation fail
I generate public key and ssh-2 RSA private Key with password. Then export to OpenSSHH and use it to connect
To connect i tried:
if (input.IdentityFile != null) sshCp.AddIdentityFile(input.IdentityFile, "123456");
Thanks