Projet

Général

Profil

10 Dépannage » Historique » Version 5

Anonyme, 13/02/2019 11:19

1 1 Anonyme
h1. 10 Dépannage
2
3
h2. SSH
4
5 3 Anonyme
Erreur : Unable to negotiate with 192.168.32.2 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
6 1 Anonyme
7 2 Anonyme
Solution : Ajouter ces lignes 
8 1 Anonyme
9
KexAlgorithms +diffie-hellman-group1-sha1
10
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
11
12 2 Anonyme
à la fin du fichier /etc/ssh/ssh_config.
13 4 Anonyme
14 5 Anonyme
Ouvrir le fichier utilisant un éditeur de texte : $ gedit(nom du éditeur texte installé) /etc/ssh/ssh_config