浏览代码

Comment that we do not support saving host key fingerprint from URL to INI file

Source commit: 7463db9fbb13f5347d85c8b667e78fd85bde408f
Martin Prikryl 8 年之前
父节点
当前提交
aefc246113
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/SessionData.cpp

+ 1 - 0
source/core/SessionData.cpp

@@ -1528,6 +1528,7 @@ void __fastcall TSessionData::CacheHostKeyIfNotCached()
 {
   UnicodeString KeyType = KeyTypeFromFingerprint(HostKey);
 
+  // Should allow importing to INI file as ImportHostKeys
   UnicodeString TargetKey = Configuration->RegistryStorageKey + L"\\" + Configuration->SshHostKeysSubKey;
   std::unique_ptr<TRegistryStorage> Storage(new TRegistryStorage(TargetKey));
   Storage->AccessMode = smReadWrite;