]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/commitdiff
core180: Rewrite the SSH configuration on update
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Oct 2023 18:13:38 +0000 (18:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Oct 2023 18:13:38 +0000 (18:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/180/update.sh

index b538832bf37dee3f5a756acb453b248802862081..abf0ed90f7df85dfb08668363f8c6e14062e0036 100644 (file)
@@ -54,6 +54,9 @@ ldconfig
 # Filesytem cleanup
 /usr/local/bin/filesystem-cleanup
 
+# Apply local configuration to sshd_config
+/usr/local/bin/sshctrl
+
 # Start services
 telinit u
 /etc/rc.d/init.d/sshd restart