From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] OpenSSH: do not ship ssh-keysign anymore Date: Sun, 16 May 2021 22:48:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8773571555642797549==" List-Id: --===============8773571555642797549== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To my surprise, this binary comes with suid flag set, and since we do not have SSH key signing enabled, there is no need to ship it with IPFire. Signed-off-by: Peter Müller --- config/rootfiles/common/openssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/common/openssh b/config/rootfiles/common/openssh index f2f8ea6c5..c3666d914 100644 --- a/config/rootfiles/common/openssh +++ b/config/rootfiles/common/openssh @@ -19,7 +19,7 @@ usr/bin/ssh-keygen usr/bin/ssh-keyscan #usr/lib/openssh usr/lib/openssh/sftp-server -usr/lib/openssh/ssh-keysign +#usr/lib/openssh/ssh-keysign usr/lib/openssh/ssh-pkcs11-helper usr/lib/openssh/ssh-sk-helper usr/sbin/sshd -- 2.26.2 --===============8773571555642797549==--