[1/6] Core Update 157: Apply changed SSH configurations

Message ID 429b9a37-26f3-5ec4-d82d-99cb4aaa27a7@ipfire.org
State Accepted
Commit a66fe2a79178f68b8c123f1dda569fe696240352
Headers
Series Patchset for fixing errors surfaced in Core Update 157 (testing) |

Commit Message

Peter Müller May 21, 2021, 1:40 p.m. UTC
  This is necessary to fix SSH not starting after upgrading to Core Update
157 unless it's settings are manually written via the WebUI.

Reported-by: Erik Kapfer <ummeegge@ipfire.org>
Reported-by: Tom Rymes <tom@rymes.net>
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/core/157/update.sh | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh
index ce7b6f5bf..a53aa0759 100644
--- a/config/rootfiles/core/157/update.sh
+++ b/config/rootfiles/core/157/update.sh
@@ -97,6 +97,9 @@  extract_files
 # update linker config
 ldconfig
 
+# Apply local configuration to sshd_config
+/usr/local/bin/sshctrl
+
 # Update Language cache
 /usr/local/bin/update-lang-cache