From: Michael Tremer Date: Thu, 24 Apr 2025 15:00:02 +0000 (+0000) Subject: core195: Ship OpenSSH X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66eac1139047efaf5619dcf562807b12c4a2a126;p=people%2Fstevee%2Fipfire-2.x.git core195: Ship OpenSSH Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/195/filelists/openssh b/config/rootfiles/core/195/filelists/openssh new file mode 120000 index 000000000..d8c77fd8e --- /dev/null +++ b/config/rootfiles/core/195/filelists/openssh @@ -0,0 +1 @@ +../../../common/openssh \ No newline at end of file diff --git a/config/rootfiles/core/195/update.sh b/config/rootfiles/core/195/update.sh index cc9a05aad..eb7a672b9 100644 --- a/config/rootfiles/core/195/update.sh +++ b/config/rootfiles/core/195/update.sh @@ -68,8 +68,12 @@ if [ -e /var/lib/ipblocklist/3CORESEC_WEB.conf ]; then rm /var/lib/ipblocklist/3CORESEC_WEB.conf fi +# Apply SSH configuration +/usr/local/bin/sshctrl + # Start services /etc/init.d/firewall restart +/etc/init.d/sshd restart # This update needs a reboot... #touch /var/run/need_reboot