From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 10:14:12 2006 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 58E6116A420 for ; Thu, 2 Mar 2006 10:14:12 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from asmtp-out2.blueyonder.co.uk (asmtp-out2.blueyonder.co.uk [195.188.213.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA93043D46 for ; Thu, 2 Mar 2006 10:14:11 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.254.103] (helo=[192.168.0.2]) by asmtp-out2.blueyonder.co.uk with esmtp (Exim 4.52) id 1FEkoz-00005V-JM; Thu, 02 Mar 2006 10:14:09 +0000 Message-ID: <4406C56F.1030800@dial.pipex.com> Date: Thu, 02 Mar 2006 10:14:07 +0000 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.12) Gecko/20051106 X-Accept-Language: en MIME-Version: 1.0 To: Kurt Buff References: <440434E5.5050701@dial.pipex.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: SSHD working in a funky fashion 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, 02 Mar 2006 10:14:12 -0000 Kurt Buff wrote: >On 2/28/06, Alex Zbyslaw wrote: > > >>Kurt Buff wrote: >> >> >>>sshd: fatal: timeout before authentication from 192.168.11.63 >>> >>> >>> >>Can you ssh from one of your other FreeBSD boxes to this box? If not >>then try "ssh -v -v -v" which may point you in the right direction. >> >> > >Well, today it's working, but it's veeeeeerrrrrrrryyyyyyy slow to log >into, from the Windows boxes. From the FreeBSD boxes it's just a bit >slow to log in. > Slow SSH authentication is often down to squiffy DNS resolution. Does the FreeBSD host know the names of the windows boxes? If you set "UseDNS no" in the sshd_config file (don't forget to restart sshd) does the login suddenly speed up? (I don't recommend that as a final solution, but if login does speed up then at least we know it's a DNS issue). --Alex