Browse Source

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

Source commit: 7463db9fbb13f5347d85c8b667e78fd85bde408f
Martin Prikryl 8 years ago
parent
commit
aefc246113
1 changed files with 1 additions and 0 deletions
  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;