Connection to 192.168.10.20 closed.
Linux下用ssh访问另外Linux提示错误WARNING: REMOTE HOST 怎么解决
精选 转载[root@localhost ~]# ssh 192.168.10.88
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
b6:0c:41:43:60:79:eb:05:9e:c9:72:1d:a0:41:9a:50.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending key in /root/.ssh/known_hosts:5
RSA host key for 192.168.10.88 has changed and you have requested strict checking.
Host key verification failed.
在客户及执行下属指令即可
#mv /root/.ssh/known_hosts /tmp
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
用nginx做负载时访问时提示{“result”:"host path error"}解决方案
nginx做负载时的配置方法
处理方法 服务器 重启 nginx 负载 -
Linux—scp或ssh出现WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
关注微信公众号:CodingTechWork,一起学习进步。介绍 在工作登录服务器,准备从服务器A拷贝东西至服务器B,使用
linux无法scp和ssh scp warning remote host identification 服务器