记录ssh root@43.136.175.100连接服务器失败

文章讲述了在云服务器重装系统后,使用sshroot连接时遇到警告,因为hostkey已改变。解决方案是清理并添加新的hostkey到known_hosts文件中,确保SSH连接的安全性。
摘要由CSDN通过智能技术生成

问题描述:

云服务器重装系统之后, 使用ssh root@43.136.175.100连接服务器失败

报错

PS C:\Users\yangjin> ssh root@43.136.175.100
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ED25519 key sent by the remote host is
SHA256:6kD2qF5GuTPHO0epfRE9xmhhg3S6ID/7yNpMM4bGGI4.
Please contact your system administrator.
Add correct host key in C:\\Users\\yangjin/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in C:\\Users\\yangjin/.ssh/known_hosts:3
Host key for 43.136.175.100 has changed and you have requested strict checking.
Host key verification failed.

原因分析:

第一次连接ssh时候 会生成一个认证,存储客户端中的know_hosts,如果服务器地址重置或者刷新系统,就会出现以上错误打印信息。


解决方案:

 使用   ssh -keygen -R 43.136.175.100

使用ssh root@IP 连接成功

 ssh root@43.136.175.100
The authenticity of host '43.136.175.100 (43.136.175.100)' can't be established.
ED25519 key fingerprint is SHA256:6kD2qF5GuTPHO0epfRE9xmhhg3S6ID/7yNpMM4bGGI4.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '43.136.175.100' (ED25519) to the list of known hosts.
root@43.136.175.100's password:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值