From owner-freebsd-questions@FreeBSD.ORG Wed Oct 4 21:05:34 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 EC6C316A536 for ; Wed, 4 Oct 2006 21:05:34 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46643D5A for ; Wed, 4 Oct 2006 21:05:31 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.23.8.16] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k94L5Vam081961 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Oct 2006 14:05:31 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <45242214.5000107@enabled.com> Date: Wed, 04 Oct 2006 14:05:24 -0700 From: Noah User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Philip Hallstrom References: <4523E73E.7090104@enabled.com> <20061004125340.R97219@bravo.pjkh.com> In-Reply-To: <20061004125340.R97219@bravo.pjkh.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sshd stalling upon login 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: Wed, 04 Oct 2006 21:05:35 -0000 Philip Hallstrom wrote: >> I just built some new FreeBSD servers, and I am trying to log into >> one of them via sshd. I am finding that the is a lag between the >> connection and receiving a prompt. most likely this is because the >> IP address I am coming from does not resolve. But I am able to log into >> other servers via sshd from the same host that does not have IP >> inverse resolution. >> >> So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the >> host that does not stall me to the server that was stalling. that >> did not clear up the Problem. >> >> what other configuration files need to be augmented to get rid of >> this stall? clues please? > > In /etc/ssh/sshd_config add: > > UseDNS no I put that in there and that did not work. there is still a stall. any other clues? Cehers, Noah > > Then restart sshd. > > -philip