-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NIOSSHError.keyExchangeNegotiationFailure #116
Comments
Can you run |
Hi Luka, running
|
Ok, we should be able to key exchange with this server. Can you use tcpdump or Wireshark to capture the connection attempt? |
Hi Luka, Here is the printout from tcpdump.
|
Hello, I am trying to SSH to a HPC server using this library, but trying to authenticate when connecting always gives me the above error. I have tried both password authentication and p521 key authentication to no avail.
Since I have been able to successfully use SwiftNIO SSH to execute a test command on another known server, I am sure my code runs correctly (it is also adapted from the NIOSSHClient example code from this repository). I am also able to SSH with a regular computer to the HPC server.
Running ssh -Q key on the HPC server gives the following:
which is exactly the same as on the test server I have been able to connect to, and includes ed25519. Any ideas what the problem could be?
The text was updated successfully, but these errors were encountered: