From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 28 Nov 2023 09:36:43 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1r7taE-00BvoO-2I for lore@lore.pengutronix.de; Tue, 28 Nov 2023 09:36:43 +0100 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1r7taE-00027s-Ol; Tue, 28 Nov 2023 09:36:42 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r7ta6-000218-JO; Tue, 28 Nov 2023 09:36:34 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1r7ta6-00C89D-7C; Tue, 28 Nov 2023 09:36:34 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1r7ta6-004K4d-0Q; Tue, 28 Nov 2023 09:36:34 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Tue, 28 Nov 2023 09:36:34 +0100 Message-Id: <20231128083634.1030354-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20231117145055.751524-1-m.tretter@pengutronix.de> References: <20231117145055.751524-1-m.tretter@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] sshpass: fix a few typos in help text 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: Michael Tretter 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 17a0ea0c807f5459c44d90838d64e26c27ecdc7b. Michael [sent from post-receive hook] On Tue, 28 Nov 2023 09:36:33 +0100, Michael Tretter wrote: > Signed-off-by: Michael Tretter > Message-Id: <20231117145055.751524-1-m.tretter@pengutronix.de> > Reviewed-by: Alexander Dahl > Signed-off-by: Michael Olbrich > > diff --git a/rules/sshpass.in b/rules/sshpass.in > index b855016e2340..7c5fc5786e6d 100644 > --- a/rules/sshpass.in > +++ b/rules/sshpass.in > @@ -4,13 +4,13 @@ config SSHPASS > tristate > prompt "sshpass" > help > - Sshpass is a tool for non-interactivly performing password > + sshpass is a tool for non-interactively performing password > authentication with SSH's so called "interactive keyboard > password authentication". > Most user should use SSH's more secure public key > - authentiaction instead. > + authentication instead. > > - SECURITY NOTE: There is a reason openssh insists that > + SECURITY NOTE: There is a reason OpenSSH insists that > passwords be typed interactively. > Passwords are harder to store securely and to pass around > securely between programs.