From a9f69cbf01cd306dbc20c5761eedcdd97bc492e8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 10 Oct 2020 11:48:26 +0000 Subject: [PATCH] core151: Apply local SSH configuration Fixes: #12494 Signed-off-by: Michael Tremer --- config/rootfiles/core/151/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/151/update.sh b/config/rootfiles/core/151/update.sh index 16135b2efe..699528274a 100644 --- a/config/rootfiles/core/151/update.sh +++ b/config/rootfiles/core/151/update.sh @@ -50,6 +50,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services /etc/init.d/sshd restart if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then -- 2.39.5