From nobody Thu Sep 05 18:32:48 2024 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4X07Jf3qbPz5TbbW for ; Thu, 05 Sep 2024 18:32:50 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [209.237.23.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4X07Jf1NLMz4Lbb; Thu, 5 Sep 2024 18:32:50 +0000 (UTC) (envelope-from marquis@roble.com) Authentication-Results: mx1.freebsd.org; none Received: from roble.com (roble.com [209.237.23.50]) by mx5.roble.com (Postfix) with ESMTP id 642D139C8F6; Thu, 05 Sep 2024 11:32:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=roble.com; s=rs060402; t=1725561168; bh=jIG34ewLE5WDVqKnNBayJp+nlbGbDU4KkgCNi8C/fZ8=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=KBDoKvY6cCR3nYgIYrtEm0Jto4pMpGRc6fXgTojqA8rvJ2Gmdjauq4wR1rtrPTBbE 25HwK+YV1t7VKsh7TtH2uSVyS2aIebkmClEebNuAMIv83Ld+xMuvlt4VXRuKVIMFM5 tLJCAghIbmH9xUwtkww9buff5Bd/ZyRxUcNYh6I8= Date: Thu, 5 Sep 2024 11:32:48 -0700 (PDT) From: Roger Marquis To: =?ISO-8859-15?Q?Dag-Erling_Sm=F8rgrav?= cc: freebsd-ports@freebsd.org Subject: Re: openssh-portable-9.8 vs inetd In-Reply-To: <868qw62fk6.fsf@ltc.des.dev> Message-ID: <510477o1-889s-oq05-89op-0sqo6n0472so@mx.roble.com> References: <53s17573-03n7-750p-869n-9q83r2o8po97@mx.roble.com> <868qw62fk6.fsf@ltc.des.dev> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:17403, ipnet:209.237.0.0/18, country:US] X-Rspamd-Queue-Id: 4X07Jf1NLMz4Lbb On Thu, 5 Sep 2024, Dag-Erling Sm?rgrav wrote: > Have you considered simply specifying the full path to sshd in > inetd.conf? That works, thanks. < ssh stream tcp nowait root /usr/local/sbin/sshd sshd -i > ssh stream tcp nowait root /usr/local/sbin/sshd /usr/local/sbin/sshd -i Roger