From: Michael Tremer Date: Wed, 19 Feb 2025 15:13:42 +0000 (+0000) Subject: core192: Ship OpenSSH X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2112342dd3ccaf6008c742dddd4ca26b17c5651d;p=people%2Fstevee%2Fipfire-2.x.git core192: Ship OpenSSH Signed-off-by: Michael Tremer --- 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