From c07f612e102ec03ad76ab24a234a8dde0fa383c2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Oct 2023 18:13:38 +0000 Subject: [PATCH] core180: Rewrite the SSH configuration on update Signed-off-by: Michael Tremer --- config/rootfiles/core/180/update.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5