Selaa lähdekoodia

Not allowing SSH-1 by default.

Source commit: 9fc1e41bb7cf0789ca73c1df283c20aafcbbf05a
Martin Prikryl 9 vuotta sitten
vanhempi
sitoutus
c1937793a6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      source/core/SessionData.cpp

+ 1 - 1
source/core/SessionData.cpp

@@ -118,7 +118,7 @@ void __fastcall TSessionData::Default()
   GSSAPIServerRealm = L"";
   ChangeUsername = false;
   Compression = false;
-  SshProt = ssh2;
+  SshProt = ssh2only;
   Ssh2DES = false;
   SshNoUserAuth = false;
   for (int Index = 0; Index < CIPHER_COUNT; Index++)