Tuesday, May 10, 2011

Warning: Remote Host Identification has Changed!

When we remote a server using ssh, sometimes we get a warning message like this:

Warning: Remote Host Identification has Changed!

What should we do? Just follow a command below the warning.
ssh-keygen -f "/home/hudan/.ssh/known_hosts" -R server_ip_address
Enjoy :).

No comments: