From owner-freebsd-questions@FreeBSD.ORG Mon Jul 11 22:06:51 2005 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 272EA16A41C for ; Mon, 11 Jul 2005 22:06:51 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9A8B43D49 for ; Mon, 11 Jul 2005 22:06:50 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id DC70BC582E; Mon, 11 Jul 2005 18:08:20 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42CC7162001C9DA1; Mon, 11 Jul 2005 18:05:17 -0400 Message-ID: <42D2ED76.4020804@azimapower.com> Date: Mon, 11 Jul 2005 22:06:46 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vladone References: <387801419.20050712010441@llwb135.servidoresdns.net> In-Reply-To: <387801419.20050712010441@llwb135.servidoresdns.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sshd prompt for password very slow X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 22:06:51 -0000 vladone wrote: > When i try to login remote on my server, receive very quickly prompt > for "login as:" > After insert my username, promt for password, is avaible after > aproximatively 10s. > This is happend in local network. > Why is so slowly? > > My system: FreeBsd 5.4 release > video 64mb > memory 256 mb ram > Athlon 2000 Ghz this is an DNS problem. its trying to lookup the address of the host that is connecting to it. you can turn these off in /etc/ssh/sshd_config or ensure that you're comning from somewhere that has a valid DNS assocaited and update /etc/resolv.conf with a valid nameserver for lookups. if you're using a local connection, you can also use /etc/hosts hth Jeff > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >