From 6238a7098d31281eb024f32341e2c0408462b312 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Fri, 8 Apr 2022 16:01:03 +0000 Subject: [PATCH] Core Update 167: Apply local SSH changes to configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/167/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/167/update.sh b/config/rootfiles/core/167/update.sh index 44b50f82d2..fdcb843cf8 100644 --- a/config/rootfiles/core/167/update.sh +++ b/config/rootfiles/core/167/update.sh @@ -344,6 +344,9 @@ perl -e "require '/var/ipfire/ids-functions.pl'; &IDS::oinkmaster();" # Apply sysctl changes /etc/init.d/sysctl start +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services /etc/init.d/apache restart /etc/init.d/sshd restart -- 2.47.3