From f1637cdee73b576f4b1b6fef4916eaac36496379 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 3 Jul 2024 10:54:00 +0000 Subject: [PATCH] Core Update 187: Rewrite the SSH configuration on update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- config/rootfiles/core/187/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5