« SSH : no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 » : différence entre les versions
De www.yakakliker.org
Aucun résumé des modifications  | 
				Aucun résumé des modifications  | 
				||
| Ligne 31 : | Ligne 31 : | ||
</script>  | </script>  | ||
		</html>  | 		</html>  | ||
[[Catégorie:Linux]]  | |||
[[Catégorie:SSH]]  | |||
Dernière version du 24 avril 2025 à 15:49
Message d'erreur SSH
no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
Solution
Créer un fichier config ~/.ssh/
Host IP.IP.IP.IP
    KexAlgorithms +diffie-hellman-group1-sha1
    HostKeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa
Liens
https://www.iclarified.com/85252/how-to-fix-no-matching-key-exchange-method-found-on-mac