Bonjour,
Depuis la mise a jour détaillé ici (d’hier soir) :
# apt-get update
Aucune erreur
code.empreintesduweb.com/6148.html
et après un reboot
Quand je me connecte au serveur, j’ai :
laurent@laurent-Bureau:~$ ssh serveur@192.168.0.1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
6b:e3:f0:81:c8:a3:9b:9e:6d:20:a5:9d:58:a1:c4:0e.
Please contact your system administrator.
Add correct host key in /home/laurent/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/laurent/.ssh/known_hosts:3
remove with: ssh-keygen -f "/home/laurent/.ssh/known_hosts" -R 192.168.0.1
ECDSA host key for 192.168.0.1 has changed and you have requested strict checking.
Host key verification failed.
laurent@laurent-Bureau:~$
J’ai fait ceci:
laurent@laurent-Bureau:~$ ssh-keygen -f "/home/laurent/.ssh/known_hosts" -R 192.168.0.1
/home/laurent/.ssh/known_hosts updated.
Original contents retained as /home/laurent/.ssh/known_hosts.old
laurent@laurent-Bureau:~$
laurent@laurent-Bureau:~$ ssh serveur@192.168.0.1
The authenticity of host '192.168.0.1 (192.168.0.1)' can't be established.
ECDSA key fingerprint is 6b:e3:f0:81:c8:a3:9b:9e:6d:20:a5:9d:58:a1:c4:0e.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.0.1' (ECDSA) to the list of known hosts.
serveur@192.168.0.1's password:
Permission denied, please try again.
serveur@192.168.0.1's password:
Permission denied, please try again.
serveur@192.168.0.1's password:
Permission denied (publickey,password).
Il ne reconnais plus le mot de passe du login serveur ??
Merci.