Bonjour,
Si vous aussi vous vous connectez sur un ancien serveur en SSH qui ne peut pas négocier les clé avec vos paramètres.
Exemple :
ssh root@192.168.0.54
Unable to negotiate with 192.168.0.54 port 22: no matching key exchange method found. Their offer: gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
Voici comment faire.
Dans votre terminal tapez :
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 root@192.168.0.54
Voilà vous pouvez maintenant vous connecter en SSH.