Cara mengatasi Error Host Key Verification Failed SSH
Step by step :
- # ssh-keygen -R [hostname|IP address]
- Contoh sample
1234$ ssh-keygen -R 192.168.219.149# Host 192.168.219.149 found: line 3/home/anubis/.ssh/known_hosts updated.Original contents retained as /home/anubis/.ssh/known_hosts.old - Proses verifikasi baru fingerprint ssh
12345$ ssh root@192.168.219.149The authenticity of host '192.168.219.149 (192.168.219.149)' can't be established.ECDSA key fingerprint is SHA256:V+iGp3gwSlnpbtYv4Niq6tcMMSZivSnYWQIaJnUvHb4.Are you sure you want to continue connecting (yes/no)? yesWarning: Permanently added '192.168.219.149' (ECDSA) to the list of known hosts.
Di tulis oleh: Nanda Anubis