From 2112342dd3ccaf6008c742dddd4ca26b17c5651d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Feb 2025 15:13:42 +0000 Subject: [PATCH] core192: Ship OpenSSH Signed-off-by: Michael Tremer --- config/rootfiles/core/192/filelists/openssh | 1 + config/rootfiles/core/192/update.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 120000 config/rootfiles/core/192/filelists/openssh diff --git a/config/rootfiles/core/192/filelists/openssh b/config/rootfiles/core/192/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/192/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/192/update.sh b/config/rootfiles/core/192/update.sh index b1fc44d9e..f81857053 100644 --- a/config/rootfiles/core/192/update.sh +++ b/config/rootfiles/core/192/update.sh @@ -159,7 +159,11 @@ rm -rvf \ /var/log/rrd/collectd/localhost/processes* \ /var/log/rrd/collectd/localhost/thermal-cooling_device* +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services +/etc/init.d/sshd restart /etc/init.d/collectd start /etc/init.d/suricata restart -- 2.39.5