From: Arne Fitzenreiter Date: Sat, 27 Jun 2020 14:34:22 +0000 (+0000) Subject: core147: add openssh X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=822d70e10258829ac636e253c1ae78d464c22d9d;p=people%2Fstevee%2Fipfire-2.x.git core147: add openssh Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/147/filelists/openssh b/config/rootfiles/core/147/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/147/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/147/update.sh b/config/rootfiles/core/147/update.sh index 8d8c040486..37590f73a8 100644 --- a/config/rootfiles/core/147/update.sh +++ b/config/rootfiles/core/147/update.sh @@ -44,6 +44,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 @@ -52,6 +55,7 @@ ldconfig # Start services /etc/init.d/squid start +/etc/init.d/sshd restart # This update needs a reboot... touch /var/run/need_reboot