网站首页> 系统运维> Windows> 【sublime xftp插件】 Host key verification failed ,错误处理

【sublime xftp插件】 Host key verification failed ,错误处理

时间:2020-10-04 20:49:38 阅读:7195次 来源:互联网

错误背景:

1、Ubuntu上面作为运行环境,Coding在本机的windows环境

2、在windows上安装sublime 3,然后保存代码通过xftp保存到Ubuntu虚机上面。

3、Ubuntu重装系统

4、然后使用sublime 下载新目录的代码,然后就报错了

错误内容:

Connecting to SFTP server "192.168.14.105" as "root" ......... failure (Host key verification failed)
The SSH host key has changed. This could indicate a potential security breach, or that the domain you are connecting to recently moved servers.
If you are confident this is not a security breach you can delete the old host key and try again.
1. Win XP: Start > Run > regedit.exe
Win Vista/7: Start > regedit
2. Expand to HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys and delete the entry including @22:192.168.14.105

原因:因为sublime 在windows的注册表中把192.168.14.105的值注册,不能重新注册。

错误解决办法:

1、ctrl + R ,输入 regedit

2、删除HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys下的 rsa2@22:192.168.14.105

您可能感兴趣的文章:

本文地址:https://www.manongw.com/article/26.html

文章来源:码农网

版权申明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 ezhongheng@126.com 举报,一经查实,本站将立刻删除。

相关文章
  • 本文主要介绍了【sublime xftp插件】 Host key verification failed ,错误处理的方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧...
    2020-10-04 20:49