From: Peter Müller Date: Fri, 21 May 2021 13:40:38 +0000 (+0200) Subject: Core Update 157: Apply changed SSH configurations X-Git-Tag: v2.25-core157~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a66fe2a79178f68b8c123f1dda569fe696240352;p=ipfire-2.x.git Core Update 157: Apply changed SSH configurations This is necessary to fix SSH not starting after upgrading to Core Update 157 unless it's settings are manually written via the WebUI. Reported-by: Erik Kapfer Reported-by: Tom Rymes Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index ce7b6f5bf6..a53aa07598 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -97,6 +97,9 @@ extract_files # update linker config ldconfig +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Update Language cache /usr/local/bin/update-lang-cache