From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 05:51:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D18416A4BF for ; Thu, 28 Aug 2003 05:51:58 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37ACF43FDF for ; Thu, 28 Aug 2003 05:51:57 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp104-131.lns1.adl1.internode.on.net [150.101.104.131])h7SCpp3n012453; Thu, 28 Aug 2003 22:21:52 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: kaging@access4less.net, freebsd-questions@freebsd.org Date: Thu, 28 Aug 2003 22:21:51 +0930 User-Agent: KMail/1.4.3 References: <3f4ccf67.110.6862.1560125205@access4less.net> In-Reply-To: <3f4ccf67.110.6862.1560125205@access4less.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200308282221.51260.malcolm.kay@internode.on.net> Subject: Re: SSH Daemon not running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 12:51:58 -0000 On Thu, 28 Aug 2003 01:03, kaging@access4less.net wrote: > After a standard install of 4.7 the ssh daemon isn't running > even though it shows enabled in rc.conf, could it be > something else I'm missing. It was my understading that ssh > got installed by default. I did go into /etc/ssh/sshd_config > and made sure I uncommented the port 22, etc. but still no > help. I tried reinstalling just to make sure I didn't > accidentally mess something up but the same thing keeps > happening. Can someone please point me in the right > direction? > Dependent on version and/or sshd_config you may need an empty directory belonging to root: /var/empty and a pseudo user: sshd:*:22:22::0:0:Secure Shell Daemon:/var/empty:/sbin/nologin Some how I was missing this user on one machine and found=20 sshd would exit rather promptly until I installed this user. Of course you might have an entirely different problem ;) Malcolm Kay=20