9658 shaares
14 liens privés
14 liens privés
Au moment de lancer la commande :
ssh adrien@192.168.21.106Le 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-dssL'astuce pour se connecter est d'ajouter un algorithme via l'option HostKeyAlgorithms
ssh adrien@192.168.21.106 -oHostKeyAlgorithms=+ssh-rsaLa connexion est alors possible