ssh错误

Posted -Oreo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ssh错误相关的知识,希望对你有一定的参考价值。

问:

 

尝试通过SSH进行连接时,下面有这条消息。

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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
51:82:00:1c:7e:6f:ac:ac:de:f1:53:08:1c:7d:55:68.
Please contact your system administrator.
Add correct host key in /Users/isaacalves/.ssh/known_hosts to get rid of this message.
Offending RSA key in /Users/isaacalves/.ssh/known_hosts:12
RSA host key for 104.131.16.158 has changed and you have requested strict checking.
Host key verification failed.


答:
 
 

由于您更新了ssh密钥,因此获取上述消息是正常的。

只需编辑?/ .ssh / known_hosts并删除第12行,就像消息指出的那样

Offending RSA key in /Users/isaacalves/.ssh/known_hosts:12

或使用ssh-keygen删除无效密钥

ssh-keygen -R "这里换成你的ip地址"


原地址:https://www.digitalocean.com/community/questions/warning-remote-host-identification-has-changed

以上是关于ssh错误的主要内容,如果未能解决你的问题,请参考以下文章

如何向 ViewPager 提供许多片段并避免错误代码?

错误代码:错误域 = NSCocoaErrorDomain 代码 = 3840“JSON 文本没有以数组或对象和允许未设置片段的选项开头。”

片段事务中的实例化错误

为啥代码片段在 matplotlib 2.0.2 上运行良好,但在 matplotlib 2.1.0 上引发错误

学习 PyQt5。在我的代码片段中找不到错误 [关闭]

错误:(gcloud.compute.ssh)[/usr/bin/ssh] 退出并返回代码 [255]