码迷,mamicode.com
首页 > 其他好文 > 详细

ssh连接报错解决

时间:2018-09-30 12:56:27      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:ide   报错   message   rop   str   ica   rem   int   cat   

今天从一台服务器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.
The fingerprint for the RSA key sent by the remote host is
SHA256:**.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending RSA key in /root/.ssh/known_hosts:34
RSA host key for x.x.x.x has changed and you have requested strict checking.
Host key verification failed.

连接失败的原因,报错中说得很清楚,远程主机的key改变了,注释掉本机“/root/.ssh/known_hosts”中第34行的内容即可,重新连接会获取新的key,建立连接。

ssh连接报错解决

标签:ide   报错   message   rop   str   ica   rem   int   cat   

原文地址:http://blog.51cto.com/3091046/2287870

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!