[已解决]ssh 不能登录,为什么

Linux VPS 支持
回复
axin
帖子: 118
注册时间: 2008-11-16 10:27

[已解决]ssh 不能登录,为什么

#1

帖子 axin » 2010-06-04 12:47

提示

代码: 全选

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
47:06:27:ef:4b:85:82:5f:1a:58:dc:6e:c0:e7:eb:84.
Please contact your system administrator.
Add correct host key in /home/axin/.ssh/known_hosts to get rid of this message.
Offending key in /home/axin/.ssh/known_hosts:1
RSA host key for ip has changed and you have requested strict checking.
Host key verification failed.

已经解决:删除home/axin/.ssh/整个目录
上次由 axin 在 2010-06-04 13:22,总共编辑 2 次。
坚持走一个ubuntu系统,多个虚拟xp路线,不动摇!
axin
帖子: 118
注册时间: 2008-11-16 10:27

Re: [已解决]ssh 不能登录,为什么

#2

帖子 axin » 2010-06-04 13:21

不好意思,标题也改了
坚持走一个ubuntu系统,多个虚拟xp路线,不动摇!
头像
chenkeaccounts
帖子: 132
注册时间: 2010-01-27 10:55

Re: [已解决]ssh 不能登录,为什么

#3

帖子 chenkeaccounts » 2010-06-04 22:14

建议使用rm -f /home/axin/.ssh/*
回复