瀏覽代碼

ssh: proper server banner

Sergey Alirzaev 5 年之前
父節點
當前提交
c2c9f10a10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/SSH_Server/server.c

+ 1 - 1
modules/SSH_Server/server.c

@@ -44,7 +44,7 @@
 #endif
 
 
-static const char serverBanner[] = "wolfSSH Example Server\n";
+static const char serverBanner[] = "BT-6709 command server\n";
 
 
 typedef struct {