From owner-freebsd-questions@FreeBSD.ORG Tue Jun 21 16:16:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8563A16A41C for ; Tue, 21 Jun 2005 16:16:12 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52F7743D1D for ; Tue, 21 Jun 2005 16:16:12 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by zproxy.gmail.com with SMTP id 12so309nzp for ; Tue, 21 Jun 2005 09:16:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EZhajJN2zVbmnG7/mj8jZtvT9F//MiuFrhHuUFq5CagmxmOLg4ydP3nxH8XVIO9h3ORlqfD5UQkRp1K4VZaM67vWxnx4CDTATuEIdZi18fT7Tpl6MYy9dRi4XGWJcJY0j0GtdN7cx9riXzCBrDWj25KmU1I2R1uaA/DygxTe66E= Received: by 10.36.222.73 with SMTP id u73mr3439563nzg; Tue, 21 Jun 2005 09:16:11 -0700 (PDT) Received: by 10.36.19.5 with HTTP; Tue, 21 Jun 2005 09:16:11 -0700 (PDT) Message-ID: Date: Tue, 21 Jun 2005 12:16:11 -0400 From: Danny To: Jean-Paul Natola In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E948E9A6@fci-ex.FCI> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3A85D7EF44E1C744BF6434691F5659E948E9A6@fci-ex.FCI> Cc: freebsd-questions@freebsd.org Subject: Re: SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2005 16:16:12 -0000 On 6/21/05, Jean-Paul Natola wrote: > Hi everyone, >=20 > I downloaded Putty to ssh into my freebsd box >=20 > This is what I see on the screen >=20 > SSH-2.0-OpenSSH_3.8.1p1 FreeBSD-20040419 >=20 > And the minute I click enter the screen disappears,,, >=20 > I checked and SSH daemon IS running, >=20 > So what am I missing? When you login directly from the console, you should review the error logs. Become familiar with all the files in /var/log. Run a 'tail -30 nameoflogfile' for example. In particular, for this issue, you will want to focus on /var/log/messages and /var/log/auth.log ...D