1. 程式人生 > >failed to open the host key database file

failed to open the host key database file

watermark failed ima 51cto image secure log .com 其他

技術分享圖片
這個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

沒有再提示上述提示框:)

failed to open the host key database file