Aimeast / FxSsh

FxSsh is a lightweight SSH server side application as SSH reinforcement of GitCandy.
MIT License
138 stars 54 forks source link

Can not connect on Ubuntu anymore #38

Open MrJackSpade opened 6 days ago

MrJackSpade commented 6 days ago
Unable to negotiate with 192.168.12.58 port 22: no matching key exchange method found. Their offer: diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
OpenSSH_8.9p1 Ubuntu-3ubuntu0.10, OpenSSL 3.0.2 15 Mar 2022
Aimeast commented 4 days ago

Repeat #37. The new ssh server has updated the key exchange algorithm suite, and the FxSsh algorithm suite is no longer supported. If you want to continue using it, you need to rewrite a new, more secure cryptographic algorithm suite.

However, I don't have the energy to continue to maintain the project, so if you are interested you can continue to develop it for that purpose.