Linux SSH登录服务器报错 ECDSA host key for 0.0.0.0 has changed and you have requested strict checkin

从一个服务器ssh登录另一个服务器时报错
root@i-gvstintghfqtszde-taizmp01:/home/yang# ./exp_demo.exp 114.225.74.132
spawn ssh root@114.225.74.132
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is
SHA256:2YV/XhlYXH6fZmDpYzE5pr4UCO0pULvfS/Eeq2UV1Iw.
Please contact your system administrator.
Add correct host key in /root/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /root/.ssh/known_hosts:6
  remove with:
  ssh-keygen -f "/root/.ssh/known_hosts" -R "124.225.74.132"
ECDSA host key for 114.225.74.132 has changed and you have requested strict checking.
Host key verification failed.
expect: spawn id exp4 not open
    while executing
"expect "# ""
    (file "./exp_demo.exp" line 8)
解决方法

ssh-keygen -R “你的远程服务器ip地址”

root@i-gvstintghfqtszde-taizmp01:/home/yang# ssh-keygen -R "124.225.74.132"
# Host 124.225.74.132 found: line 6
/root/.ssh/known_hosts updated.
Original contents retained as /root/.ssh/known_hosts.old
[root@i-mjrtamjrga4tizjq-hkct21 ~]# scp root@36.150.2.233:/home/yang/systeminfo.py .
The authenticity of host '36.150.2.233 (36.150.2.233)' can't be established.
ECDSA key fingerprint is SHA256:5CKJWYZzsoJC0TTysQew20UfuplMZpYdoFruWR3uC80.
ECDSA key fingerprint is MD5:eb:83:f5:b7:f8:3d:0b:b0:e5:42:5f:5d:d0:67:4d:31.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '36.150.2.233' (ECDSA) to the list of known hosts.
root@36.150.2.233's password: 
systeminfo.py                                                                                      100% 7383   157.7KB/s   00:00    
python systeminfo.py

成功了

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值