From: Peter Müller Date: Mon, 17 May 2021 19:02:20 +0000 (+0200) Subject: Core Update 157: Delete ssh-keysign binary X-Git-Tag: v2.25-core157~12^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09a2001d49c185e8b803c9aa2d6887da31e7eb6d;p=ipfire-2.x.git Core Update 157: Delete ssh-keysign binary Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/157/update.sh b/config/rootfiles/core/157/update.sh index 322e2ada20..0f4c763460 100644 --- a/config/rootfiles/core/157/update.sh +++ b/config/rootfiles/core/157/update.sh @@ -106,6 +106,9 @@ ldconfig # Fix file permissions changed chmod -s /usr/bin/gpg +# Delete scrubbed files +rm -f /usr/lib/openssh/ssh-keysign + # Start services /etc/init.d/sshd restart /etc/init.d/apache restart