How to fix Host key verification failed problem

1 min read

remove the old key from your local computer

for MacOSX, run this command. (Replace 192.168.xxx.xxx to your server IP Address)

ssh-keygen -R 192.168.xxx.xxx

Latest from Blog