码迷,mamicode.com
首页 > 系统相关 > 详细

linux ssh连接不了其它主机

时间:2016-08-14 10:20:07      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:

  比如 ssh 10.0.1.23,出现以下情况:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
d8:6a:2a:5a:22:f6:cc:ae:6a:01:1b:22:59:92:a9:7d.
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:16
RSA host key for 10.0.1.23 has changed and you have requested strict checking.
Host key verification failed.

解决方法:ssh-keygen -R 10.0.1.23

 

注:ssh-keygen用法参见http://linux.chinaunix.net/techdoc/beginner/2010/01/12/1153509.shtml

 

linux ssh连接不了其它主机

标签:

原文地址:http://www.cnblogs.com/oomblog/p/5769549.html

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