From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 22 Oct 2021 10:47:47 +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 1mdqDL-0000Xa-GT for lore@lore.pengutronix.de; Fri, 22 Oct 2021 10:47:47 +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 1mdqDL-0001Mk-2P; Fri, 22 Oct 2021 10:47:47 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mdqDC-0001MJ-3P; Fri, 22 Oct 2021 10:47:38 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mdqDB-0002r2-HV; Fri, 22 Oct 2021 10:47:37 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1mdqDB-009rZS-7g; Fri, 22 Oct 2021 10:47:37 +0200 Date: Fri, 22 Oct 2021 10:47:37 +0200 From: Michael Olbrich To: Alexander Dahl Message-ID: Mail-Followup-To: Alexander Dahl , ptxdist@pengutronix.de, Denis Osterland-Heim , Bruno Thomsen , Alexander Stein References: <20211018143554.27573-1-ada@thorsis.com> <20211018143554.27573-7-ada@thorsis.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211018143554.27573-7-ada@thorsis.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH v2 6/8] dropbear: Support ecdsa keys in rc-once and init 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 , ptxdist@pengutronix.de, Bruno Thomsen , Alexander Stein 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 On Mon, Oct 18, 2021 at 04:35:52PM +0200, Alexander Dahl wrote: > With 54afea33423c ("dropbear: Added Elliptic Curve Cryptography > options.") an option was added to built with ecdsa host key support, but > scripts where not adapted back then. > > Signed-off-by: Alexander Dahl > --- > projectroot/etc/init.d/dropbear | 3 +++ > projectroot/etc/rc.once.d/dropbear | 3 +++ > projectroot/usr/lib/init/dropbear.sh | 1 + > 3 files changed, 7 insertions(+) > > diff --git a/projectroot/etc/init.d/dropbear b/projectroot/etc/init.d/dropbear > index 88ef5aa71..f6c1fb06f 100644 > --- a/projectroot/etc/init.d/dropbear > +++ b/projectroot/etc/init.d/dropbear > @@ -24,6 +24,9 @@ dropbear_start() { > ;; > rsa) > test -f $DROPBEAR_RSAKEY && KEY_ARGS="$KEY_ARGS -r $DROPBEAR_RSAKEY" > + ;; > + ecdsa) intention > + [ -f "$DROPBEAR_ECDSAKEY" ] && KEY_ARGS="$KEY_ARGS -r $DROPBEAR_ECDSAKEY" kan wie stick to one syntx: 'test' or '[' but not mixed. Michael > ;; > *) > echo "Key type '$keytype' not supported" > diff --git a/projectroot/etc/rc.once.d/dropbear b/projectroot/etc/rc.once.d/dropbear > index a9a1d475c..bfebccfc4 100644 > --- a/projectroot/etc/rc.once.d/dropbear > +++ b/projectroot/etc/rc.once.d/dropbear > @@ -33,6 +33,9 @@ gen_keys() { > rsa) > gen_key rsa "$DROPBEAR_RSAKEY" > ;; > + ecdsa) > + gen_key ecdsa "$DROPBEAR_ECDSAKEY" > + ;; > *) > echo "Key type '$keytype' not supported" > ;; > diff --git a/projectroot/usr/lib/init/dropbear.sh b/projectroot/usr/lib/init/dropbear.sh > index e8aa58576..9c9c9aef7 100644 > --- a/projectroot/usr/lib/init/dropbear.sh > +++ b/projectroot/usr/lib/init/dropbear.sh > @@ -2,4 +2,5 @@ > > DROPBEAR_RSAKEY='@KEYDIR@/dropbear_rsa_host_key' > DROPBEAR_DSSKEY='@KEYDIR@/dropbear_dss_host_key' > +DROPBEAR_ECDSAKEY='@KEYDIR@/dropbear_ecdsa_host_key' > DROPBEAR_KEYTYPES='@KEYTYPES@' > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de