发布时间:2014-09-05 16:51:05作者:知识屋
以前使用SSH 登录公司服务器,挺好使!但是,今天它罢工了。
像往常一样,在终端输入命令登录服务器:
sudo ssh -l root 192.168.0.88
sorry,它提示信息如下:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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
51:58:c2:b3:d3:7a:e6:bb:20:bd:5b:37:a1:87:cc:de.
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:1
RSA host key for 192.168.0.88 has changed and you have requested strict checking.
Host key verification failed.
linux 就是好,有了错误它会提示您错误在哪,根据打印信息,我解决了这个问题。
使用超级用户,为了进入root/ 目录:
su
然后输入超级用户密码,进入/root/目录:
cd /root www.zhishiwu.com
查看该目录下面的所有文件,然后发现.ssh目录,进入即可!
ls -al
cd .ssh/
在该目录下面有个文件known_hosts,使用vim 打开该文件:
vim known_hosts
删除里面的内容即可,如果你还怕出错,在删除内容之前可以备份!
再次使用SSH 登录,出现下面的信息:
The authenticity of host '192.168.0.88 (192.168.0.88)' can't be established.
RSA key fingerprint is 51:58:c2:b3:d3:7a:e6:bb:20:bd:5b:37:a1:87:cc:de.
Are you sure you want to continue connecting (yes/no)?
yes 即可!搞定!
linux一键安装web环境全攻略 在linux系统中怎么一键安装web环境方法
Linux网络基本网络配置方法介绍 如何配置Linux系统的网络方法
Linux下DNS服务器搭建详解 Linux下搭建DNS服务器和配置文件
对Linux进行详细的性能监控的方法 Linux 系统性能监控命令详解
linux系统root密码忘了怎么办 linux忘记root密码后找回密码的方法
Linux基本命令有哪些 Linux系统常用操作命令有哪些
Linux必学的网络操作命令 linux网络操作相关命令汇总
linux系统从入侵到提权的详细过程 linux入侵提权服务器方法技巧
linux系统怎么用命令切换用户登录 Linux切换用户的命令是什么
在linux中添加普通新用户登录 如何在Linux中添加一个新的用户
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能