« 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
 (Page créée avec « == Message d'erreur SSH == <syntaxhighlight lang="bash"> no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1 </syntaxhighlight>  === Solution === Créer un fichier config ~/.ssh/<syntaxhighlight lang="bash"> Host IP.IP.IP.IP     KexAlgorithms +diffie-hellman-group1-sha1     HostKeyAlgorithms +ssh-rsa     PubkeyAcceptedAlgorithms +ssh-rsa </syntaxhighlight>  === Liens === htt... »)  | 
				Aucun résumé des modifications  | 
				||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 14 : | Ligne 14 : | ||
=== Liens ===  | === Liens ===  | ||
https://www.iclarified.com/85252/how-to-fix-no-matching-key-exchange-method-found-on-mac  | https://www.iclarified.com/85252/how-to-fix-no-matching-key-exchange-method-found-on-mac  | ||
		<html>  | |||
<a href="https://www.compteurdevisite.com" title="compteur web gratuit sans pub"><img src="https://counter6.optistats.ovh/private/compteurdevisite.php?c=b4epghealnwlf7wuq7gn3ygll9aywrfx" border="0" title="compteur web gratuit sans pub" alt="compteur web gratuit sans pub"></a>  | |||
		</html>  | |||
		<html>  | |||
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>  | |||
<script>  | |||
  kofiWidgetOverlay.draw('yakakliker', {  | |||
    'type': 'floating-chat',  | |||
    'floating-chat.donateButton.text': 'Café',  | |||
    'floating-chat.donateButton.background-color': '#00b9fe',  | |||
    'floating-chat.donateButton.text-color': '#fff'  | |||
  });  | |||
</script>  | |||
		</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