From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Nov 2023 15:51:18 +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 1r40Bi-00F7of-1A for lore@lore.pengutronix.de; Fri, 17 Nov 2023 15:51:18 +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 1r40Bi-0002Lk-P2; Fri, 17 Nov 2023 15:51:18 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1r40BL-0002Kn-9a; Fri, 17 Nov 2023 15:50:55 +0100 From: Michael Tretter To: ptxdist@pengutronix.de Date: Fri, 17 Nov 2023 15:50:55 +0100 Message-Id: <20231117145055.751524-1-m.tretter@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] 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: mtr@pengutronix.de 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 Signed-off-by: Michael Tretter --- rules/sshpass.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.39.2