Browse Source

ssh: use ECC host key

Sergey Alirzaev 5 năm trước cách đây
mục cha
commit
23a64bd948
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

@@ -590,7 +590,7 @@ static void ssh_server(void *arg)
     word32 threadCount = 0;
     word16 port = 22;
     const char multipleConnections = 1;
-    char useEcc = 0;
+    char useEcc = 1;
     int  ch;
     char nonBlock = 0;