sxyzy 发表于 2019-1-27 06:36:36

failed to open the host key database file

http://i2.运维网.com/images/blog/201809/30/8fe63a14b351b4abac00aceb7f857298.png
这个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
没有再提示上述提示框:)



页: [1]
查看完整版本: failed to open the host key database file