今天遠程ssh登陸碰見下邊提示:ssh
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is da:f4:a0:89:a6:2b:87:86:69:33:59:ad:eb:da:66:3a. Please contact your system administrator. Add correct host key in /root/.ssh/known_hosts to get rid of this message. Offending key in /root/.ssh/known_hosts:2 RSA host key for 10.8.59.194 has changed and you have requested strict checking. Host key verification failed.this
解決方法:打開文件/root/.ssh/known_hosts ,刪除與遠程主機有關的信息便可。我的緣由是因爲遠程主機重裝了系統。rem