From 348360292979236e94a8e44fa8c4668941ad95da Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 25 Jun 2018 10:53:53 +0100 Subject: [PATCH] ssh: Update default configuration This patch removes an old switch to enable SSH 1 and makes port 22 the default port. Signed-off-by: Michael Tremer --- config/cfgroot/ssh-settings | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/cfgroot/ssh-settings b/config/cfgroot/ssh-settings index 83b8876dda..5741431c1a 100644 --- a/config/cfgroot/ssh-settings +++ b/config/cfgroot/ssh-settings @@ -1,6 +1,5 @@ ENABLE_SSH_KEYS=off -ENABLE_SSH_PROTOCOL1=off ENABLE_SSH_PASSWORDS=on ENABLE_SSH_PORTFW=off ENABLE_SSH=off -__CGI__=CGI=HASH(0x840b7a0) +SSH_PORT=on -- 2.39.5