Remove host entry from known_hosts file
To remove a host entry from ~/.ssh/known_hosts
you can do it manually by editing the file or use ssh-keygen
application:
ssh-keygen -R 135.181.157.20
This should fix Host key verification failed
error
To remove a host entry from ~/.ssh/known_hosts
you can do it manually by editing the file or use ssh-keygen
application:
ssh-keygen -R 135.181.157.20
This should fix Host key verification failed
error