SSH RSA host key for has changed and you have requeste

今天在209服务器上要远程登录另外一台54的服务器,结果用ssh连接提示如下错误:

[[email protected] ~]# ssh [email protected]
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
ed:93:ad:75:be:ff:d0:ce:60:a2:d3:d8:7d:68:a6:a1.
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:14
RSA host key for 10.40.49.54 has changed and you have requested strict checking.
Host key verification failed.

RSA host key for 10.40.49.54 has changed and you have requested strict checking.

在网上找资料,原来这是Linux重装或者openssh-server重装引起的,执行以下命令即可

ssh-keygen -R 10.40.49.54

10.40.49.54换成你要连的服务器就可以了。

[[email protected] ~]# ssh-keygen -R 10.40.49.54
# Host 10.40.49.54 found: line 14 type RSA
/root/.ssh/known_hosts updated.
Original contents retained as /root/.ssh/known_hosts.old
[[email protected] ~]# ssh [email protected]     
The authenticity of host ‘10.40.49.54 (10.40.49.54)‘ can‘t be established.
RSA key fingerprint is ed:93:ad:75:be:ff:d0:ce:60:a2:d3:d8:7d:68:a6:a1.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘10.40.49.54‘ (RSA) to the list of known hosts.
no such identity: /root/.ssh/id_rsa: No such file or directory
no such identity: /root/.ssh/id_dsa: No such file or directory
[email protected]‘s password:

我才想起来前几天我在54那台服务器上升级过ssh

SSH RSA host key for has changed and you have requeste,布布扣,bubuko.com

时间: 2024-11-08 21:11:40

SSH RSA host key for has changed and you have requeste的相关文章

大数据集群ssh登录其他机器失败 RSA host key for zb03 has changed and you have requested strict checking. Host key verification failed.

[[email protected] .ssh]$ scp authorized_keys [email protected]:/home/hadoop/.ssh @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

解决ssh登录Host key verification failed

使用SSH登录某台机器,有时因为server端的一些变动,会出现以下信息: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Some

ssh中“Host key verification failed.“的解决方案

我们使用ssh链接linux主机时,可能出现“Host key verification failed.“的提示,ssh连接不成功.可能的提示信息如下: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT

No RSA host key is known for had-0 and you have requested strict checking.

ssh 远程登陆错: [[email protected] pam.d]# ssh had-0No RSA host key is known for had-0 and you have requested strict checking.Host key verification failed. 解决: 从其他地方拷个known_hosts到.ssh下

Warning: Permanently added the RSA host key for IP address '52.74.223.119' to the list of known hosts.

如果出现这个问题,说明你的github缺少公钥 使用 ssh -T [email protected] 去测试 1.生成密钥 ssh-keygen -t rsa -C "your name" #引号里输入你的用户名 2.查看密钥,使用 cat ,复制密钥 3.在github上添加密钥 点击用户头像   --setting   -- ssh and GPG keys Warning: Permanently added the RSA host key for IP address '5

Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts.

从github.com 克隆代码的时候出现的问题: Permanently added the RSA host key for IP address '192.30.252.130' to the list of known hosts. 服务器上刚刚装git,然后拷贝代码出现了上述的问题,这问题很好解决,在hosts文件中加入github.com就可以了, 我的centos服务器,vi /etc/hosts 保存# wp 保存,再次克隆代码, 正常,... 版权声明:本文为博主原创文章,未经

Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts.

$git push origin master 报错: Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts. To github.com:***/***.git ! [rejected] master -> master (fetch first) error: failed to push some refs to '[email prote

SSH登录失败:Host key verification failed

转载自:https://help.aliyun.com/knowledge_detail/41471.html 注意:本文相关 Linux 配置及说明已在 CentOS 6.5 64 位操作系统中进行过测试.其它类型及版本操作系统配置可能有所差异,具体情况请参阅相应操作系统官方文档. 问题描述 使用 SSH 登录云服务器 ECS (Elastic Compute Server) Linux 服务器时,出现类似如下错误信息,导致无法正常连接. Linux 环境连接报错信息: @@@@@@@@@@@

ssh登录出现 Host key verification failed. 问题

我们使用ssh链接linux主机时,可能出现“Hostkey verification failed.“的提示,ssh连接不成功.可能的提示信息如下: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT I