From owner-freebsd-questions@FreeBSD.ORG Thu Mar 2 17:09:56 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 14A5516A420 for ; Thu, 2 Mar 2006 17:09:56 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E7143D5A for ; Thu, 2 Mar 2006 17:09:55 +0000 (GMT) (envelope-from kurt.buff@gmail.com) Received: by xproxy.gmail.com with SMTP id h27so42464wxd for ; Thu, 02 Mar 2006 09:09:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KcfdM6jsijMU+EmddSDdGF4TRkr5RxMTrE0sqDsYhJv3eqNkVdCdswgNbHVfDcnlD46lEAcnRuGHtdg5Qo66leUn+b2aQL4YlrCAHaYtEYfUVU3RWB2AbPhCzyfcO23pSgJ6y9PprSi24LJTD3BYpn1uqV7lB7janEiwCDpOgGc= Received: by 10.70.17.3 with SMTP id 3mr3325238wxq; Thu, 02 Mar 2006 09:09:54 -0800 (PST) Received: by 10.70.18.13 with HTTP; Thu, 2 Mar 2006 09:09:54 -0800 (PST) Message-ID: Date: Thu, 2 Mar 2006 09:09:54 -0800 From: "Kurt Buff" To: freebsd-questions@freebsd.org In-Reply-To: <4406C56F.1030800@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <440434E5.5050701@dial.pipex.com> <4406C56F.1030800@dial.pipex.com> 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 17:09:56 -0000 On 3/2/06, Alex Zbyslaw wrote: > 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 We have a winner! I installed the OS at the same time I was changing the IP addresses of my DNS servers, and put the old addresses in my resolv.conf. I am now a happier man. Thanks! Kurt