From: Michael Tremer Date: Mon, 25 Jun 2018 09:53:53 +0000 (+0100) Subject: ssh: Update default configuration X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=348360292979236e94a8e44fa8c4668941ad95da;p=people%2Fms%2Fipfire-2.x.git 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 --- 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