From 2f4148ccd3cab052c39a6eb77314bd789f0abd9c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sat, 23 Apr 2022 14:29:08 +0000 Subject: [PATCH] Core Update 168: Ship and restart OpenSSH MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Müller --- config/rootfiles/core/168/filelists/openssh | 1 + config/rootfiles/core/168/update.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/168/filelists/openssh diff --git a/config/rootfiles/core/168/filelists/openssh b/config/rootfiles/core/168/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/168/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/168/update.sh b/config/rootfiles/core/168/update.sh index f494476170..44464725b4 100644 --- a/config/rootfiles/core/168/update.sh +++ b/config/rootfiles/core/168/update.sh @@ -76,7 +76,11 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart /etc/init.d/vnstatd restart /etc/init.d/squid start /usr/local/bin/openvpnctrl -s -- 2.39.2