服务器密码修改后,mac终端使用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 a host key has just been changed.

解决方法:
vim ~/.ssh/known_hosts,把服务器对应ip的行删除即可。


参考:
https://blog.csdn.net/Serug93/article/details/89464103

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2021-11-21
  • 2021-11-12
  • 2022-12-23
猜你喜欢
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-07-28
  • 2021-06-05
  • 2021-05-12
相关资源
相似解决方案