From 772c150bf3cd894d68ef1a8e82713009153429e9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 12 Mar 2024 09:32:15 +0000 Subject: [PATCH] core185: Ship openssh Signed-off-by: Michael Tremer --- config/rootfiles/core/185/filelists/openssh | 1 + config/rootfiles/core/185/update.sh | 1 + 2 files changed, 2 insertions(+) create mode 120000 config/rootfiles/core/185/filelists/openssh diff --git a/config/rootfiles/core/185/filelists/openssh b/config/rootfiles/core/185/filelists/openssh new file mode 120000 index 0000000000..d8c77fd8e7 --- /dev/null +++ b/config/rootfiles/core/185/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/185/update.sh b/config/rootfiles/core/185/update.sh index a24f61692e..b19f2e0545 100644 --- a/config/rootfiles/core/185/update.sh +++ b/config/rootfiles/core/185/update.sh @@ -85,6 +85,7 @@ chmod -v 640 /etc/sudoers.d/* # Start services telinit u +/etc/init.d/sshd restart /etc/init.d/suricata restart /etc/init.d/unbound restart /etc/init.d/ntp start -- 2.39.5