[1/2] Core Update 139: apply SSH configuration and restart SSH daemon

Message ID 20bb6561-7b77-2e52-49cd-3a1f98ccffe0@ipfire.org
State Accepted
Commit 19ad0ddb2f92acb4d40aa615b2ab23a7c27a0efb
Headers
Series [1/2] Core Update 139: apply SSH configuration and restart SSH daemon |

Commit Message

Peter Müller Dec. 13, 2019, 4:30 p.m. UTC
  Fixes #12259

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/core/139/update.sh | 4 ++++
 1 file changed, 4 insertions(+)
  

Patch

diff --git a/config/rootfiles/core/139/update.sh b/config/rootfiles/core/139/update.sh
index d0b979d6b..f9f65eeda 100644
--- a/config/rootfiles/core/139/update.sh
+++ b/config/rootfiles/core/139/update.sh
@@ -58,7 +58,11 @@  ldconfig
 # Update Language cache
 /usr/local/bin/update-lang-cache
 
+# Apply local configuration to sshd_config
+/usr/local/bin/sshctrl
+
 # Start services
+/etc/init.d/sshd restart
 
 # This update needs a reboot...
 #touch /var/run/need_reboot