From d952d6d7354658bcd764c1b2a98c4a66eda5542f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 14 Sep 2019 18:13:21 +0000 Subject: [PATCH] core136: apply local sshd config and restart sshd at update Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/136/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/rootfiles/core/136/update.sh b/config/rootfiles/core/136/update.sh index 56496bc92d..81b7be9065 100644 --- a/config/rootfiles/core/136/update.sh +++ b/config/rootfiles/core/136/update.sh @@ -68,7 +68,11 @@ fcrontab -z &>/dev/null mv /etc/rc.d/rc0.d/K79unbound /etc/rc.d/rc0.d/K86unbound mv /etc/rc.d/rc6.d/K79unbound /etc/rc.d/rc6.d/K86unbound +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart /etc/init.d/apache restart # Update GeoIP -- 2.39.5