From 0b1f09d581cb93f316e00f5983c27275ab681ff1 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 26 Mar 2020 18:26:07 +0000 Subject: [PATCH] core143: update local openssh config Signed-off-by: Arne Fitzenreiter --- config/rootfiles/core/143/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/143/update.sh b/config/rootfiles/core/143/update.sh index 90d3f72fcd..cb7f579146 100644 --- a/config/rootfiles/core/143/update.sh +++ b/config/rootfiles/core/143/update.sh @@ -65,6 +65,9 @@ rm -f /var/log/vnstat/tag # restart init after glibc replace telinit u +# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # remove dropped packages for package in bluetooth; do if [ -e /opt/pakfire/db/installed/meta-$package ]; then -- 2.39.5