From: Michael Tremer Date: Mon, 2 Oct 2023 18:13:38 +0000 (+0000) Subject: core180: Rewrite the SSH configuration on update X-Git-Tag: v2.27-core180~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c07f612e102ec03ad76ab24a234a8dde0fa383c2;p=ipfire-2.x.git core180: Rewrite the SSH configuration on update Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/180/update.sh b/config/rootfiles/core/180/update.sh index b538832bf3..abf0ed90f7 100644 --- a/config/rootfiles/core/180/update.sh +++ b/config/rootfiles/core/180/update.sh @@ -54,6 +54,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services telinit u /etc/rc.d/init.d/sshd restart