From 19ad0ddb2f92acb4d40aa615b2ab23a7c27a0efb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 13 Dec 2019 16:30:00 +0000 Subject: [PATCH] Core Update 139: apply SSH configuration and restart SSH daemon MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes #12259 Signed-off-by: Peter Müller Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/139/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh index d0b979d6bc..f9f65eeda9 100644 --- a/config/rootfiles/core/139/update.sh +++ b/config/rootfiles/core/139/update.sh @@ -58,7 +58,11 @@ ldconfig # Update Language cache /usr/local/bin/update-lang-cache +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.2