summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2021-05-25 13:52:40 +0800
committersongyanchao <[email protected]>2021-06-01 02:42:48 -0400
commitde340fce14aa21f757c037fe744fdcc57ed5de6a (patch)
tree2186ccc4277c3827b5bdbd0f86e4685862466082
parenta789bbfd8d86017f60222df3a4a3b38f525e039c (diff)
fix sshd listen port
-rw-r--r--build-config/conf/dropbear.config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-config/conf/dropbear.config.h b/build-config/conf/dropbear.config.h
index b6933efb..6ed96bc6 100644
--- a/build-config/conf/dropbear.config.h
+++ b/build-config/conf/dropbear.config.h
@@ -11,7 +11,7 @@
/* IMPORTANT: Many options will require "make clean" after changes */
#ifndef DROPBEAR_DEFPORT
-#define DROPBEAR_DEFPORT "22"
+#define DROPBEAR_DEFPORT "2222"
#endif
#ifndef DROPBEAR_DEFADDRESS