From 42e48984ad94fba114cde99a31efde63f2f42101 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 24 Feb 2019 10:55:49 +0100 Subject: [PATCH] core128: apply local sshd config Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/128/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/128/update.sh b/config/rootfiles/core/128/update.sh index 9c9486e41d..b6366144bb 100644 --- a/config/rootfiles/core/128/update.sh +++ b/config/rootfiles/core/128/update.sh @@ -104,6 +104,9 @@ ldconfig # Reload sysctl.conf sysctl -p +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec restart -- 2.39.2