From owner-freebsd-stable@FreeBSD.ORG Sun Dec 19 18:20:24 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 7B78E16A4CF for ; Sun, 19 Dec 2004 18:20:24 +0000 (GMT) Received: from haanjdj.demon.nl (haanjdj.demon.nl [82.161.5.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B2343D1D for ; Sun, 19 Dec 2004 18:20:24 +0000 (GMT) (envelope-from derkjan@haanjdj.demon.nl) Received: from localhost (localhost [127.0.0.1]) by haanjdj.demon.nl (Postfix) with ESMTP id BE31D1C0942; Sun, 19 Dec 2004 19:20:22 +0100 (CET) Received: from haanjdj.demon.nl ([127.0.0.1]) by localhost (haanjdj.demon.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00746-02; Sun, 19 Dec 2004 19:20:21 +0100 (CET) Received: from bogomip (bogomip.badmuts.org [192.168.2.1]) by haanjdj.demon.nl (Postfix) with SMTP id 2CB8A1C0941; Sun, 19 Dec 2004 19:20:21 +0100 (CET) Message-ID: <003601c4e5f7$6ba56220$0102a8c0@bogomip> From: "Derkjan de Haan" To: =?ISO-8859-2?Q?Kov=E1cs_P=E9ter?= References: Date: Sun, 19 Dec 2004 19:20:29 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="ISO-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: amavisd-new at haanjdj.demon.nl 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 18:20:24 -0000 > > I sometimes get this error message: > sshd[543767]: WARNING: DNS lookup failed for " 171.31.1.21" > Why is this error message? > > For what sshd needs DNS? If the DNS is unavailable I can't > log into my computer. How can I resolve this problem, so I > can still login if the DNS is not available? IIRC sshd does a reverse dns lookup to see if that matches the hostname / ip-address combo. Try setting UseDNS to No in sshd_config and/or start sshd with the -u0 option. regards, Derkjan