linux 远程连接ssh提示IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY解决

前端之家收集整理的这篇文章主要介绍了linux 远程连接ssh提示IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY解决前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

git pull 时可能出现这样的错误

  1. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  2. @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
  3. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  4. IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
  5. Someone could be eavesdropping on you right now (man-in-the-middle attack)!
  6. It is also possible that a host key has just been changed.
  7. The fingerprint for the RSA key sent by the remote host is
  8. 07:36:8e:d0:72:88:38:f7:21:10:c3:12:d6:35:ad:55.
  9. Please contact your system administrator.
  10. Add correct host key in /Users/watsy/.ssh/known_hosts to get rid of this message.
  11. Offending RSA key in /Users/watsy/.ssh/known_hosts:1
  12. RSA host key for 192.168.2.108 has changed and you have requested strict checking.
  13. Host key verification Failed.

解决办法:

  1. rm -rf ~/.ssh/known_hosts

从新ssh连接,ok了。

猜你在找的SSH相关文章