WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED
Thanks
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 RSA key sent by the remote host is
xx:xx:xx:xx:xx:xx:fc:c7:a9:0f:e2:7a:a2:5e:e1.
Please contact your system administrator.
Add correct host key in /Users/bopritchard/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/bopritchard/.ssh/known_hosts:21
RSA host key for xxx.xx.xx.xx has changed and you have requested strict checking.
Host key verification failed.
2 Replies
-Chris
@caker:
You need to remove line 21 from your local computer's /Users/bopritchard/.ssh/known_hosts file. You can also use "ssh-keygen -R
" (ran on your local computer) to do the same thing. -Chris
many thanks