公钥发生更改,用户远程登录不了

如果服务器的公钥发生更改(由于硬盘出现故障导致公钥丢失,或者出于某些正当理由替换公钥)

解决:把当前真机上的 ~/.ssh/known_hosts 文件删除就好了

案例

用户登录出现报错信息
[root@localhost ~]# ssh root@192.168.229.140
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
d4:20:45:50:2f:53:88:6e:67:38:d4:e9:a4:a4:d2:fe.
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:1
ECDSA host key for 192.168.229.140 has changed and you have requested strict checking.
Host key verification failed.

#解决
[root@localhost ~]# cd .ssh #进入.ssh目录
[root@localhost .ssh]# ls
known_hosts
[root@localhost .ssh]# rm -f known_hosts #删除该文件
[root@localhost .ssh]# ssh root@192.168.229.140
The authenticity of host '192.168.229.140 (192.168.229.140)' can't be established.
ECDSA key fingerprint is d4:20:45:50:2f:53:88:6e:67:38:d4:e9:a4:a4:d2:fe.
Are you sure you want to continue connecting (yes/no)? yes #输入yes
Warning: Permanently added '192.168.229.140' (ECDSA) to the list of known hosts.
root@192.168.229.140's password: #输入密码
Last login: Thu May  5 15:18:42 2022 from 192.168.229.1
[root@localhost ~]# 

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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值