知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

ssh登录服务器失败的问题

发布时间:2014-09-05 15:15:37作者:知识屋

ssh登录服务器失败的问题
 
when I ssh to log on the server,
error msg: 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
28:5d:a3:42:1f:ac:d5:2b:9a:6a:b1:28:b1:6b:55:f8.
Please contact your system administrator.
Add correct host key in /home/whfwind/.ssh/known_hosts to get rid of this message.
Offending key in /home/whfwind/.ssh/known_hosts:2
RSA host key for 192.168.100.5 has changed and you have requested strict checking.
Host key verification failed.
 
找到 ~/.ssh/known_hosts 中不能登录的IP删除掉并保存,重新用ssh登录。
  www.zhishiwu.com  
也就是,登录哪个 IP (或者host)不成功,就把对应的信息删掉,因为这个信息已经是错误的了,从新登录后,就会在这个文件中创建新的,正确的,对应host的信息在里面。
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜