From: Michael Tremer Date: Sat, 10 Oct 2020 11:48:26 +0000 (+0000) Subject: core151: Apply local SSH configuration X-Git-Tag: v2.25-core151~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9f69cbf01cd306dbc20c5761eedcdd97bc492e8;p=ipfire-2.x.git core151: Apply local SSH configuration Fixes: #12494 Signed-off-by: Michael Tremer --- 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