From patchwork Sun May 16 20:48:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 4292 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4FjvWV5FYbz3wbf for ; Sun, 16 May 2021 20:49:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FjvWM2FR1z1T5; Sun, 16 May 2021 20:49:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FjvWL5zMJz2xX3; Sun, 16 May 2021 20:49:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FjvWK06Fmz2xF1 for ; Sun, 16 May 2021 20:49:00 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4FjvWH5kSPz1L0 for ; Sun, 16 May 2021 20:48:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1621198140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=w2OggpxQ+mFoeP7q1m1jv94CW5av+ndSo5dBgVCu1pM=; b=WKBfpDJgVYSfAt01TZjKjqaDxryPZCxj75kAJLSHx3pEDRbKOBvjQ/sVgAxCqfvPKTTqUB YVfgK6Bz1D5Cu3AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1621198140; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=w2OggpxQ+mFoeP7q1m1jv94CW5av+ndSo5dBgVCu1pM=; b=E5ezVw6qa1qBQNUkcSGopf3jUYzDQ8HLysu/O6ddtb1Fgjl9BOaPpzWczDj2sNBL9kbm5O vd9gyo0LoJORpt4koyk6OVGk6hRaoQdOEPbEAMzuiIaZWpexFyI/4ZB5YXflgaUvSknvpf EXB+DSD6Mu76/vKEPm2G+5bf28lGhpUaRPJIcIILKr5EK4zEhw5AWFh2BC5QEFK5KSe8Zo 8mpp0wd5x6DMXb/z6ifjXcoap8JsLXH2+hyFxtNZlHVq4z/DRPLpj+N4QG0OYsn+MoJpTn JYZh6U9IbLj4pVlZdYBYJbXC/MdoAq+7W2LU95neW4ReN6yFra0xSlcBjovN1g== To: "IPFire: Development" From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] OpenSSH: do not ship ssh-keysign anymore Message-ID: Date: Sun, 16 May 2021 22:48:58 +0200 MIME-Version: 1.0 Content-Language: en-US X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 Reviewed-by: Adolf Belka --- 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