码迷,mamicode.com
首页 > 其他好文 > 详细

解决Host key verification failed.(亲测有效)

时间:2020-12-14 13:49:28      阅读:10      评论:0      收藏:0      [点我收藏+]

标签:inf   code   remote   问题   request   img   key   ESS   lan   

哈喽哇,今天在访问远程服务器的时候,出现了一个小问题。

原因:之前ssh联系过服务器,重置服务器后,再次连接服务器,就会出这个问题。

一、发现问题

问题如下图代码:

$ ssh root@108.61.163.242
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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:HDjXJvu0VYXWF+SKMZjSGn4FQmg/+w6eV9ljJvIXpx0.
Please contact your system administrator.
Add correct host key in /Users/wangdong/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/wangdong/.ssh/known_hosts:46
ECDSA host key for 108.61.163.242 has changed and you have requested strict checking.
Host key verification failed.

这里面,有一句很关键。

ECDSA host key for 108.61.163.242 has changed and you have requested strict checking.
Host key verification failed.

一般这个问题,是你重置过你的服务器后。你再次想访问会出现这个问题。

二、解决问题

解决问题也很简单:

ssh-keygen -R 你要访问的IP地址

例如:

ssh-keygen -R 108.61.163.242

贴个图更直观

技术图片

解决Host key verification failed.(亲测有效)

标签:inf   code   remote   问题   request   img   key   ESS   lan   

原文地址:https://www.cnblogs.com/haima/p/14105776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!