From owner-freebsd-stable@FreeBSD.ORG Sun Dec 19 20:16:09 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3221C16A4CE for ; Sun, 19 Dec 2004 20:16:09 +0000 (GMT) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id AFA9D43D39 for ; Sun, 19 Dec 2004 20:16:08 +0000 (GMT) (envelope-from mikej@rogers.com) Received: from unknown (HELO 172.16.0.1) (mikej@69.193.222.195 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 19 Dec 2004 20:16:08 -0000 Received: from 172.16.0.200 (SquirrelMail authenticated user mikej); by 172.16.0.1 with HTTP; Sun, 19 Dec 2004 15:15:54 -0500 (EST) Message-ID: <1382.172.16.0.200.1103487354.squirrel@172.16.0.200> In-Reply-To: <20041219183302.GA23577@lanczos.maths.tcd.ie> References: <20041219183302.GA23577@lanczos.maths.tcd.ie> Date: Sun, 19 Dec 2004 15:15:54 -0500 (EST) From: "Mike Jakubik" To: "David Malone" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-stable@freebsd.org Subject: Re: sshd DNS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 20:16:09 -0000 David Malone said: > I think this is a bad interaction between the default sshd timeouts > and the DNS timeouts. If your reverse DNS is non-responding (as > opposed to just non-existant) then sshd's login timeout can expire > before the DNS lookup finishes making logins impossible. One way > around is to up the login timeout for sshd. I've been bit by this a few times where a remote box had misconfigured DNS settings, and i could not log in. I think this should be addressed somehow in the default install.