]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
core192: Ship OpenSSH
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Feb 2025 15:13:42 +0000 (15:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Feb 2025 15:13:42 +0000 (15:13 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/192/filelists/openssh [new symlink]
config/rootfiles/core/192/update.sh

diff --git a/config/rootfiles/core/192/filelists/openssh b/config/rootfiles/core/192/filelists/openssh
new file mode 120000 (symlink)
index 0000000..d8c77fd
--- /dev/null
@@ -0,0 +1 @@
+../../../common/openssh
\ No newline at end of file
index b1fc44d9e943f1359ae9772cd89ae63cca1e5991..f818570532e92533e590376e24f6d4fb85aae921 100644 (file)
@@ -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