From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Thu, 11 Jul 2024 08:32:05 +0200 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 1sRnLZ-003feP-2M for lore@lore.pengutronix.de; Thu, 11 Jul 2024 08:32:05 +0200 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 1sRnLZ-0000Xe-BT; Thu, 11 Jul 2024 08:32:05 +0200 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 1sRnLA-0000XN-3Z; Thu, 11 Jul 2024 08:31:40 +0200 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 1sRnL9-008haK-Ih; Thu, 11 Jul 2024 08:31:39 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sRnL9-005nYI-1i; Thu, 11 Jul 2024 08:31:39 +0200 Date: Thu, 11 Jul 2024 08:31:39 +0200 From: Michael Olbrich To: Lars Pedersen Message-ID: References: <20240705115042.379407-1-lapeddk@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240705115042.379407-1-lapeddk@gmail.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] openssh: Fix install openssh-session 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 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 On Fri, Jul 05, 2024 at 01:50:42PM +0200, Lars Pedersen wrote: > In OpenSSH 9.8 the server is split into two processes: sshd and > sshd-session which results in the following error, when trying to start > sshd: > > Starting sshd: /usr/libexec/sshd-session does not exist or is not > executable > > This patch installs the sshd-session binary > > https://lore.kernel.org/buildroot/0731d879-631d-49af-9c42-57ae774471ba@mind.be/T/ > > Signed-off-by: Lars Pedersen I noticed this as well and I've already pushed, basically the same patch. Michael > --- > rules/openssh.make | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/rules/openssh.make b/rules/openssh.make > index 78df72c6a..36927b241 100644 > --- a/rules/openssh.make > +++ b/rules/openssh.make > @@ -105,6 +105,8 @@ ifdef PTXCONF_OPENSSH_SSHD > /etc/ssh/moduli) > @$(call install_copy, openssh, 0, 0, 0755, -, \ > /usr/sbin/sshd) > + @$(call install_copy, openssh, 0, 0, 0755, -, \ > + /usr/sbin/sshd-session) > ifdef PTXCONF_OPENSSH_SSHD_GENKEYS > @$(call install_alternative, openssh, 0, 0, 0755, /etc/rc.once.d/openssh) > endif > -- > 2.45.2 > > > -- 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 |