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