@@ -588,7 +588,7 @@ static void ssh_server(void *arg)
SOCKET_T listenFd = 0;
word32 defaultHighwater = EXAMPLE_HIGHWATER_MARK;
word32 threadCount = 0;
- word16 port = wolfSshPort;
+ word16 port = 22;
const char multipleConnections = 1;
char useEcc = 0;
int ch;
@@ -117,12 +117,6 @@
#else /* TEST_IPV6 */
static const char* const wolfSshIp = "::1";
#endif /* TEST_IPV6 */
-#ifdef WOLFSSL_NUCLEUS
- /* port 8080 was open with QEMU */
- static const word16 wolfSshPort = 8080;
-#else
- static const word16 wolfSshPort = 22222;
-#endif
#ifdef __GNUC__
#define WS_NORETURN __attribute__((noreturn))