From owner-freebsd-questions@FreeBSD.ORG Sat Jun 19 14:56:42 2004 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 1F8E616A4CE for ; Sat, 19 Jun 2004 14:56:42 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F3E643D2F for ; Sat, 19 Jun 2004 14:56:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc13) with ESMTP id <2004061914561401500sr2lde>; Sat, 19 Jun 2004 14:56:15 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 613427D; Sat, 19 Jun 2004 10:56:14 -0400 (EDT) Sender: lowell@be-well.ilk.org To: bsdrockford@pastrytech.com References: <20040617231735.3298716A4CE@hub.freebsd.org> <40D2BEEA.4050908@pastrytech.com> From: Lowell Gilbert Date: 19 Jun 2004 10:56:14 -0400 In-Reply-To: <40D2BEEA.4050908@pastrytech.com> Message-ID: <44llijwq9d.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: login troubles (password prompt is slow to appear) 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: Sat, 19 Jun 2004 14:56:42 -0000 RF writes: > installed... and the password prompt still takes forever to appear. > Anyone know what's going on? I heard something about FreeBSD doing a > DNS on every connecting IP and that adding my IP (which is > unfortunately not static) to etc/hosts would bypass the lookup... but > it still takes a long time. I think you probably still aren't getting the name resolution on the connecting machines (yes, sshd does do a reverse name lookup). Try adding debug flags to the sshd and see what it thinks the problems are. There is an "sshd_flags" variable in rc.conf that you can set to do this automatically at boot time.