Core Update 187: Rewrite the SSH configuration on update

Message ID df40f801-ccc6-4be4-a3db-0d07513dacd7@ipfire.org
State Staged
Commit f1637cdee73b576f4b1b6fef4916eaac36496379
Headers
Series Core Update 187: Rewrite the SSH configuration on update |

Commit Message

Peter Müller July 3, 2024, 10:54 a.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/core/187/update.sh | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/config/rootfiles/core/187/update.sh b/config/rootfiles/core/187/update.sh
index 5687474b9..e0a977290 100644
--- a/config/rootfiles/core/187/update.sh
+++ b/config/rootfiles/core/187/update.sh
@@ -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