From 2a8a964609dff38bda7433bae5eecb1f5ecdfa7d Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 24 Nov 2021 02:46:45 +0000 Subject: [PATCH] core162: apply local sshd config and restart Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/162/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/162/update.sh b/config/rootfiles/core/162/update.sh index fe46ce4f01..dd52d09d58 100644 --- a/config/rootfiles/core/162/update.sh +++ b/config/rootfiles/core/162/update.sh @@ -106,7 +106,11 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart # remove lm_sensor config after collectd was started # to reserch sensors at next boot with updated kernel -- 2.39.2