Ho ricevuto il noto messaggio di avviso quando provo ad accedere a un server SSH:
$ ssh whateverhost
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx/xxxxxxx.
Please contact your system administrator.
Add correct host key in /home/user/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/user/.ssh/known_hosts:10
ECDSA host key for ipofmyhost has changed and you have requested strict checking.
Host key verification failed.
E so perché perché ho cambiato l'ip di tale server. Se così non fosse, come potrei controllare l'impronta digitale per la chiave ECDSA inviata dall'host remoto?
Ho provato a farlo tramite:
echo -n ipofthehost | sha256sum
Ma non ho la stessa impronta digitale. Ho anche provato "hostname, ip" in un modo simile a aws ma non ho trovato corrispondenza.
Se cancello l'ingresso dal mio file known_hosts e provo di nuovo a ssh, ci riesce e dice quanto segue:
ECDSA key fingerprint is SHA256:xxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxx/xxxxxxx.
Are you sure you want to continue connecting (yes/no)?
Quindi, a cosa serve l'applicazione sha256sum per ottenere l'impronta digitale e come posso controllarla?
/etc/ssh/ssh_host_ecdsa_key.pub
per ottenere l'impronta digitale. L'ho appena fatto.