WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED解决方法
ssh 10.1.1.61 错误信息如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 |
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ 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 d0:00:7c:bc:88:5c:dc:de:89:61:44:30:00:60:f9:b2. 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:1 RSA host key for 192.168.4.222 has changed and you have requested strict checking. Host key verification failed. |
Read more about WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED解决方法[…]