From 78e0d8b1da5cb8de19699360e4fac4dfc4cf8389 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 11 Nov 2018 16:25:29 +0100 Subject: [PATCH] core125: rewrite sshd configfile Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/125/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/core/125/update.sh b/config/rootfiles/core/125/update.sh index 62214339e3..130d8a754b 100644 --- a/config/rootfiles/core/125/update.sh +++ b/config/rootfiles/core/125/update.sh @@ -55,8 +55,8 @@ telinit u # Reload sysctl.conf sysctl -p -# restart init -telinit u +# regenerate ssh configfile +/usr/local/bin/sshctrl # This update needs a reboot... #touch /var/run/need_reboot -- 2.39.5