From: Peter Müller Date: Wed, 3 Jul 2024 10:54:00 +0000 (+0000) Subject: Core Update 187: Rewrite the SSH configuration on update X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1637cdee73b576f4b1b6fef4916eaac36496379;p=people%2Fms%2Fipfire-2.x.git Core Update 187: Rewrite the SSH configuration on update Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh index 5687474b9..e0a977290 100644 --- a/config/rootfiles/core/187/update.sh +++ b/config/rootfiles/core/187/update.sh @@ -49,6 +49,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services /etc/init.d/apache restart /etc/init.d/unbound restart