failed to open the host key database file


这个Secure CRT软件是从其他地方考过来的。
在WIN10上使用时出现了上面的提示页面,每次使用的时候都提示,感觉很麻烦。

解决办法:
打开D:\SecureCRT\Config\ 文件夹
//这个是SecureCRT软件位置
编辑SSH2.ini文件

S:"Host Key Database Location"=E:\SecureCRT\Config\Known Hosts\
改为:
S:"Host Key Database Location"=D:\SecureCRT\Config\Known Hosts\
//现在实际的路径
保存SSH2.ini文件

重启Secure CRT
没有再提示上述提示框:)

原文地址:http://blog.51cto.com/lisiyun/2287798

时间: 2024-09-29 20:26:29

failed to open the host key database file的相关文章

[SecureCRT] 解决“securecrt failed to open the host key database file”的问题

SecureCRT在Windows XP和Windows 7中的个人应用数据路径是不同的,在Windows 7中,应用数据路径为:C:\Users\<username>\AppData(hidden)\Roaming\VanDyke\Config. 但以上是针对合法安装注册的用户,对于绿色携带版,尤其直接复制粘贴后的版本,往往出现以上报错.这是由于SecureCRT无法找到Host key database location.因此在复制粘贴后,需要编辑一下"./Data/Settin

CRT &nbsp; failed to open the host key database file

如果CRT 出现这种问题 failed to open the host key database file. 清空KnownHosts  然后重启 CRT 就好了.

Failed to open the key database file. c;\\User\\w\\Destop\\SecureCRT_FX6.5.3\\Config\\KnowHosts\\Hostsmap.txt这个问题的解决方法

1.首先将这段错误在百度翻译上面查询一下,是什么意思,查询结果如下: 打开密钥数据库文件失败.C:\用户\ w \平台\ securecrt_fx6.5.3 \\ \\ \\ hostsmap.txt knowhosts配置 2.然后将它  Failed to open the key database file. c;\\User\\w\\Destop\\SecureCRT_FX6.5.3\\Config\\KnowHosts\\Hostsmap.txt  这段报错在百度上面查询,解决方法,根

ice版本resize 错误调试(Host key verification failed)

感谢朋友支持本博客,欢迎共同探讨交流,由于能力和时间有限,错误之处在所难免,欢迎指正! 如有转载,请保留源作者博客信息. Better Me的博客:blog.csdn.net/tantexian 如需交流,欢迎大家博客留言. 117为控制节点和计算节点共用节点上: nova --debug  resize fefe2ba2-69dc-46dc-b337-da2788d94d494 117上的compute日志报错: vim /var/log/nova/compute.log [instance:

GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-

今天更新为163的源后,yum的时候报错:GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5. 解决方案:vi /etc/yum.repos.d/CentOS-Base.repo 把文件里所有的RPM-GPG-KEY-CentOS-5更改为RPM-GPG-KEY-CentOS-6就可以了 vim 替换 :%s/RPM-GPG-KEY-CentOS

SSH登录失败:Host key verification failed

转载自:https://help.aliyun.com/knowledge_detail/41471.html 注意:本文相关 Linux 配置及说明已在 CentOS 6.5 64 位操作系统中进行过测试.其它类型及版本操作系统配置可能有所差异,具体情况请参阅相应操作系统官方文档. 问题描述 使用 SSH 登录云服务器 ECS (Elastic Compute Server) Linux 服务器时,出现类似如下错误信息,导致无法正常连接. Linux 环境连接报错信息: @@@@@@@@@@@

ORA-01122: database file 4 failed verification check

现象: 在做表空间恢复演练时,遇到如下错误提示: SQL> alter database datafile 4 online;alter database datafile 4 online      *                                     ERROR at line 1:                      ORA-01122: database file 4 failed verification checkORA-01110: data file

ssh登录出现 Host key verification failed. 问题

我们使用ssh链接linux主机时,可能出现“Hostkey verification failed.“的提示,ssh连接不成功.可能的提示信息如下: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@IT I

SCP报错:Host key verification failed.

1 scp报错:REMOTE HOST IDENTIFICATION HAS CHANGED![[email protected] ~]# scp yum-3.4.3.tar.gz 10.xx.xx.12:/root@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @@@@@@@@@@@@@@@@@@@@@@@@@