You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to initiate a transfer with an Ubuntu 20.04 box it gives this error:
Caused by: java.io.IOException: Cannot negotiate, proposals do not match.
at ch.ethz.ssh2.transport.KexManager.handleMessage(KexManager.java:340)
at ch.ethz.ssh2.transport.TransportManager.receiveLoop(TransportManager.java:571)
at ch.ethz.ssh2.transport.TransportManager$1.run(TransportManager.java:338)
at java.base/java.lang.Thread.run(Thread.java:834)
I enabled debug logging for the ssh server and I see this error:
Unable to negotiate with 127.0.0.1 port 59398: no matching key exchange method found.
Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 [preauth]
When trying to initiate a transfer with an Ubuntu 20.04 box it gives this error:
I enabled debug logging for the ssh server and I see this error:
The current default key exchange algorithms are:
Updating the config on the ssh server to support the legacy KEX is not a good idea. The KEX supported by
fdt
are old and insecure.The text was updated successfully, but these errors were encountered: