From: Arne Fitzenreiter Date: Mon, 16 Dec 2024 08:17:14 +0000 (+0100) Subject: core191: ship openssl and openssh X-Git-Tag: v2.29-core191~14^2~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81441fe34eb683ee129f817bfbdc5df09291ff39;p=ipfire-2.x.git core191: ship openssl and openssh Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/191/filelists/openssh b/config/rootfiles/core/191/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/191/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/191/filelists/openssl b/config/rootfiles/core/191/filelists/openssl new file mode 120000 index 0000000000..e011a9266c --- /dev/null +++ b/config/rootfiles/core/191/filelists/openssl @@ -0,0 +1 @@ +../../../common/openssl \ No newline at end of file diff --git a/config/rootfiles/core/191/update.sh b/config/rootfiles/core/191/update.sh index b466e3fad7..ddc9d13b38 100644 --- a/config/rootfiles/core/191/update.sh +++ b/config/rootfiles/core/191/update.sh @@ -62,7 +62,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/suricata restart # This update needs a reboot...