From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 10:05:33 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 4FC9416A4BF for ; Wed, 27 Aug 2003 10:05:33 -0700 (PDT) Received: from sferics.mongueurs.net (sferics.mongueurs.net [81.80.147.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DF6343FDF for ; Wed, 27 Aug 2003 10:05:32 -0700 (PDT) (envelope-from david@landgren.net) Received: from landgren.net (81-80-147-206.bpinet.com [81.80.147.206]) by sferics.mongueurs.net (Postfix) with ESMTP id 4BD04A96F for ; Wed, 27 Aug 2003 19:05:32 +0200 (CEST) Message-ID: <3F4CE3E3.8040009@landgren.net> Date: Wed, 27 Aug 2003 19:01:23 +0200 From: David Landgren Organization: A thousand golden eyes are watching User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3f4ccf67.110.6862.1560125205@access4less.net> In-Reply-To: <3f4ccf67.110.6862.1560125205@access4less.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 27 Aug 2003 17:05:33 -0000 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? Does it start if you run /usr/sbin/sshd manually? Are any error messages recorded in /var/log/security or /var/log/messages? David