]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Core Update 187: Rewrite the SSH configuration on update
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 3 Jul 2024 10:54:00 +0000 (10:54 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Jul 2024 14:45:09 +0000 (14:45 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/187/update.sh

index 5687474b9ca110aaaab01a69aa339693ff8f4d29..e0a977290989fe7c27936c7f020035b7eb4ba086 100644 (file)
@@ -49,6 +49,9 @@ ldconfig
 # Filesytem cleanup
 /usr/local/bin/filesystem-cleanup
 
+# Apply local configuration to sshd_config
+/usr/local/bin/sshctrl
+
 # Start services
 /etc/init.d/apache restart
 /etc/init.d/unbound restart