From owner-freebsd-security Thu Jun 26 15:46:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16818 for security-outgoing; Thu, 26 Jun 1997 15:46:24 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA16800 for ; Thu, 26 Jun 1997 15:46:16 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id IAA21895; Fri, 27 Jun 1997 08:46:00 +1000 (EST) Date: Fri, 27 Jun 1997 08:45:59 +1000 (EST) From: "Daniel O'Callaghan" To: Nathan Dorfman cc: freebsd-security@FreeBSD.ORG Subject: Re: SSHD from Inetd In-Reply-To: <199706261848.OAA14569@limbo.senate.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-security@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 26 Jun 1997, Nathan Dorfman wrote: > How can I run sshd from inetd? I hate daemons that need > their own process ;) It mentions how in the man page, I believe. Use the -i flag. But be sure you read the man page about why it is not so good to use inetd. sshd must do significant processing to start up. Danny