From: Peter Müller Date: Fri, 8 Apr 2022 16:01:03 +0000 (+0000) Subject: Core Update 167: Apply local SSH changes to configuration file X-Git-Tag: v2.27-core167~5^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6238a7098d31281eb024f32341e2c0408462b312;p=ipfire-2.x.git Core Update 167: Apply local SSH changes to configuration file Signed-off-by: Peter Müller --- 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