Ver Fonte

[ssh]change hello message

balbekova há 2 anos atrás
pai
commit
894e4b8f5e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

@@ -337,7 +337,7 @@ static void ssh_server(void *arg)
     }
 
     wolfSSH_SetUserAuth(ctx, wsUserAuth);
-    wolfSSH_CTX_SetBanner(ctx, serverBanner);
+    wolfSSH_CTX_SetBanner(ctx, TELNET_CLI_WELCOME_MESSAGE);
 
     {
         byte buf[SCRATCH_BUFFER_SZ];