--- lbbs/src/test_ssh_server.c 2025/06/07 07:35:06 1.7 +++ lbbs/src/test_ssh_server.c 2025/06/21 02:15:18 1.9 @@ -1,10 +1,26 @@ -// This test was written base on libssh example/proxy.c +/*************************************************************************** + test_ssh_server.c - description + ------------------- + Copyright : (C) 2004-2025 by Leaflet + Email : leaflet@leafok.com + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 3 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +// This test was written based on libssh example/proxy.c #include "log.h" #include +#include #include #include -#include #ifndef BUF_SIZE #define BUF_SIZE 2048