From 8b080ef12b63e94d82b44c09cc00af40d9e9fe8d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 21 Feb 2018 13:06:22 +0000 Subject: [PATCH] core120: Remove deprecated sshd configuration option This just created a warning and is now dropped Signed-off-by: Michael Tremer --- config/rootfiles/core/120/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index aeff326748..c420152d2a 100644 --- a/config/rootfiles/core/120/update.sh +++ b/config/rootfiles/core/120/update.sh @@ -65,6 +65,9 @@ fi # Start services /etc/init.d/apache restart +# Remove deprecated SSH configuration option +sed -e "/UsePrivilegeSeparation/d" -i /etc/ssh/sshd_config + # This update needs a reboot... touch /var/run/need_reboot -- 2.39.2