From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 18 Oct 2021 16:36:38 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mcTkk-0005mS-FZ for lore@lore.pengutronix.de; Mon, 18 Oct 2021 16:36:38 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mcTkk-0001gA-16; Mon, 18 Oct 2021 16:36:38 +0200 Received: from mail.thorsis.com ([92.198.35.195]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mcTkD-0001F4-5t; Mon, 18 Oct 2021 16:36:08 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.thorsis.com (Postfix) with ESMTP id 65A4231C8; Mon, 18 Oct 2021 16:36:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.thorsis.com Received: from mail.thorsis.com ([127.0.0.1]) by localhost (mail.thorsis.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dNx1RB--FRaP; Mon, 18 Oct 2021 16:36:04 +0200 (CEST) Received: by mail.thorsis.com (Postfix, from userid 109) id D1BF02A80; Mon, 18 Oct 2021 16:36:02 +0200 (CEST) Received: from adahl by ada.ifak-system.com with local (Exim 4.92) (envelope-from ) id 1mcTk2-0007Be-Hj; Mon, 18 Oct 2021 16:35:54 +0200 From: Alexander Dahl To: ptxdist@pengutronix.de Date: Mon, 18 Oct 2021 16:35:46 +0200 Message-Id: <20211018143554.27573-1-ada@thorsis.com> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Subject: [ptxdist] [PATCH v2 0/8] rc-once: Improve re-generation of keys X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Denis Osterland-Heim , Michael Olbrich , Bruno Thomsen , Alexander Stein MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Hei hei, when Michael proposed a small change to the approach I took for openssh in the first version of this series (which had one patch for openssh only), I thought that would be a good thing for dropbear also. Then I looked at the dropbear package and things escalated quickly, a little. Looks like a lot of patches, but stack one on another and changes per patch are small and comprehensible, so I hope. However if review shows I should squash some things, tell me. Greets Alex Alexander Dahl (8): dropbear: Adapt menu comment to available options dropbear: Move targetinstall of rc-once script dropbear: Move shell variables to new common shell lib dropbear: Move KEYTYPES to shell lib and set based on menu dropbear: Refactor rc-once and init to use KEYTYPES dropbear: Support ecdsa keys in rc-once and init dropbear: rc-once: Regenerate key if invalid key is found openssh: rc-once: Do not overwrite existing keys projectroot/etc/init.d/dropbear | 31 ++++++++++++++--------- projectroot/etc/rc.once.d/dropbear | 38 ++++++++++++++++++++-------- projectroot/etc/rc.once.d/openssh | 1 + projectroot/usr/lib/init/dropbear.sh | 6 +++++ rules/dropbear.in | 2 +- rules/dropbear.make | 20 +++++++++++---- 6 files changed, 70 insertions(+), 28 deletions(-) create mode 100644 projectroot/usr/lib/init/dropbear.sh base-commit: 51994d1b518323d2975491090a2452d34b1a39f9 -- 2.30.2 _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de