9398 shaares
13 liens privés
13 liens privés
Au moment de lancer la commande :
ssh adrien@192.168.21.106
Le terminal me répond :
Unable to negotiate with 192.168.21.106 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
L'astuce pour se connecter est d'ajouter un algorithme via l'option HostKeyAlgorithms
ssh adrien@192.168.21.106 -oHostKeyAlgorithms=+ssh-rsa
La connexion est alors possible