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/2] Core Update 139: apply SSH configuration and restart SSH daemon Date: Fri, 13 Dec 2019 16:30:00 +0000 Message-ID: <20bb6561-7b77-2e52-49cd-3a1f98ccffe0@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9019531289735735015==" List-Id: --===============9019531289735735015== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes #12259 Signed-off-by: Peter M=C3=BCller --- 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 =20 +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart =20 # This update needs a reboot... #touch /var/run/need_reboot --=20 2.16.4 --===============9019531289735735015==--