diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index aeff32674..c420152d2 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