From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 16:52:29 2006 Return-Path: X-Original-To: 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 064A016A400 for ; Thu, 13 Apr 2006 16:52:29 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE57E43D5D for ; Thu, 13 Apr 2006 16:52:15 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-29.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.29]) by smtp02.lnh.mail.rcn.net with ESMTP; 13 Apr 2006 12:52:15 -0400 X-IronPort-AV: i="4.04,118,1144036800"; d="scan'208"; a="225053529:sNHT44894990" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17470.33211.510772.502072@jerusalem.litteratus.org> Date: Thu, 13 Apr 2006 12:52:11 -0400 To: questions@freebsd.org In-Reply-To: <200604131124.17513.josh@tcbug.org> References: <200604131055.19504.josh@tcbug.org> <20060413181037.E95399@chylonia.3miasto.net> <200604131124.17513.josh@tcbug.org> X-Mailer: VM 7.17 under 21.5 (beta26) "endive" XEmacs Lucid Cc: Subject: Re: /etc/hosts isn't being read X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 16:52:29 -0000 Josh Paetzel writes: > Ok...That solved my hostname resolution issues. Now the next > issue is why it takes ssh 60 seconds to give me a password > prompt. I thought that was always caused by not having name > resolution working. Any thoughts on this issue? You may have solved one name resolution problem; have you solved them all? The "N second delay" problem is usually caused by something trying to do a reverse name look-up. You either need to disable this, or make sure reverse look-ups work. Robert Huff