首页 > 系统服务 > 详细

linux的ssh连接提示IT IS POSSIBLE THAT SOMEONE IS DOING

时间:2019-12-20 09:17:35      阅读:103      评论:0      收藏:0      [点我收藏+]
linux的ssh连接提示IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY

[root@localhost ~]# ssh root@172.16.2.220

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
7a:b5:cf:b6:af:6d:28:28:8f:c6:67:fe:19:6c:21:9d.
Please contact your system administrator.
Add correct host key in /home/ root /.ssh/known_hosts to get rid of this message.
Offending key in /home/ root /.ssh/known_hosts:7
RSA host key for 172.16.2.220 has changed and you have requested strict checking.
Host key verification failed.

解决方法:
[root@localhost ~]# rm ~/.ssh/known_hosts
ssh正常使用:
[root@localhost ~]# ssh root@172.16.2.220

linux的ssh连接提示IT IS POSSIBLE THAT SOMEONE IS DOING

原文:https://blog.51cto.com/chentongsan/2459933

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