From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Nov 2023 16:16:10 +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 1r40Zl-00F9UN-0x for lore@lore.pengutronix.de; Fri, 17 Nov 2023 16:16:10 +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 1r40Zl-00080M-LT; Fri, 17 Nov 2023 16:16:09 +0100 Received: from mail.thorsis.com ([92.198.35.195]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1r40Za-0007z9-Mr; Fri, 17 Nov 2023 16:15:59 +0100 Date: Fri, 17 Nov 2023 16:15:47 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thorsis.com; s=default; t=1700234157; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:content-type:content-type:in-reply-to:in-reply-to: references:references; bh=xrCbiOUbqd5CxB5IkjvW/RaJ6Mc2hL935u7pbN+zkXE=; b=vt6YtWztQDrCBosBObG7ismZ54kQ9oUJNBR8PFD3cPJY3zK4F9zX1qPrX25v3vzBggSiv/ gFmC3vdKoA9ejQ0uqg2oBijCXDtYEUvUiPL6a9HE9IPC4K4LXtWwvvhLSJVmh04raVEo0j MaK1FBfj/GChXp2LG7Z28rjoItxuJGrI1T+bwxnShxYhSv8VQHWLoEjtpFjF1I1oVgI3RC Y3Jv3LcV1gcEoWOX7D3HaS5B5oDLt2//9oQI5gPqYMchTgQghRJe72LK2RON6/HS5Oyqht doXKUuooWteG13PMjKCE+XGZzCcOyTteBz9aEsRBF/LTImHldl5XfFkHHRaKyw== From: Alexander Dahl To: Michael Tretter Message-ID: <20231117-petty-glaring-baff180d729d@ifak-system.com> Mail-Followup-To: Michael Tretter , ptxdist@pengutronix.de, mtr@pengutronix.de References: <20231117145055.751524-1-m.tretter@pengutronix.de> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231117145055.751524-1-m.tretter@pengutronix.de> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.whiteo.stw.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Subject: Re: [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: ptxdist@pengutronix.de, 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 Hello Michael, Am Fri, Nov 17, 2023 at 03:50:55PM +0100 schrieb Michael Tretter: > 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. Reviewed-by: Alexander Dahl Greets Alex > -- > 2.39.2 > >