From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH 1/6] Core Update 157: Apply changed SSH configurations Date: Fri, 21 May 2021 15:40:38 +0200 Message-ID: <429b9a37-26f3-5ec4-d82d-99cb4aaa27a7@ipfire.org> In-Reply-To: <542b1005-b471-30bf-ead7-1c5dd93d457c@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3405766545560708875==" List-Id: --===============3405766545560708875== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Reported-by: Tom Rymes Signed-off-by: Peter M=C3=BCller --- config/rootfiles/core/157/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 =20 +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Update Language cache /usr/local/bin/update-lang-cache =20 --=20 2.26.2 --===============3405766545560708875==--