解决阿里云重置后不能远程登录的问题

inux的ssh连接提示IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY
 


[root@localhost ~]# ssh [email protected]

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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.

解决方法:删掉.ssh下的known_hosts,重新远程登录即可

发布了113 篇原创文章 · 获赞 130 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/weixin_44364444/article/details/105141544
今日推荐