From: Michael Tremer Date: Tue, 30 Sep 2025 08:57:04 +0000 (+0000) Subject: core199: Ship SSH configuration and restart the service X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0bfe960372b4343b42cfe405fe9140ce18c0326;p=ipfire-2.x.git core199: Ship SSH configuration and restart the service Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/199/filelists/files b/config/rootfiles/core/199/filelists/files index 9b88034f9..10acc3fd4 100644 --- a/config/rootfiles/core/199/filelists/files +++ b/config/rootfiles/core/199/filelists/files @@ -3,5 +3,7 @@ etc/rc.d/init.d/networking/red etc/rc.d/init.d/openvpn-n2n etc/rc.d/init.d/openvpn-rw etc/rc.d/init.d/wireguard +etc/ssh/ssh_config +etc/ssh/sshd_config srv/web/ipfire/cgi-bin/vulnerabilities.cgi usr/sbin/openvpn-authenticator diff --git a/config/rootfiles/core/199/update.sh b/config/rootfiles/core/199/update.sh index 7c34af725..d0a4f23c0 100644 --- a/config/rootfiles/core/199/update.sh +++ b/config/rootfiles/core/199/update.sh @@ -52,6 +52,7 @@ ldconfig # Start services /etc/init.d/unbound restart +/etc/init.d/sshd restart # Build initial ramdisks (for dracut-ng update) dracut --regenerate-all --force