首页 > 其他 > 详细

链接服务器 iterm

时间:2018-07-25 00:50:57      阅读:231      评论:0      收藏:0      [点我收藏+]

ssh -p 22 root@118.25.102.133    链接ssh -p 22 root@118.25.102.133

 

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
SHA256:OSDmRPWma+unEpyOeI/o3kmt1/49rs521h+1gMuEvNE.
Please contact your system administrator.
Add correct host key in /Users/cch/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/cch/.ssh/known_hosts:5
ECDSA host key for 118.25.102.133 has changed and you have requested strict checking.
Host key verification failed.

 解决方案 

ssh-keygen -l -f ~/.ssh/known_hosts       查看密钥

 ssh-keygen -R  118.25.102.133               删除的链接的密钥

链接服务器 iterm

原文:https://www.cnblogs.com/sr0322/p/9363237.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!