]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 167: Apply local SSH changes to configuration file
authorPeter Müller <peter.mueller@ipfire.org>
Fri, 8 Apr 2022 16:01:03 +0000 (16:01 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 8 Apr 2022 16:01:03 +0000 (16:01 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
config/rootfiles/core/167/update.sh

index 44b50f82d21d4b1d08ba3e1320595cd84a31c5ad..fdcb843cf890f134b6eb1ef488b1dee5297eb9f1 100644 (file)
@@ -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