From owner-freebsd-questions@FreeBSD.ORG Mon Mar 17 15:00:50 2008 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AAC81065674 for ; Mon, 17 Mar 2008 15:00:50 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 7B6F88FC26 for ; Mon, 17 Mar 2008 15:00:49 +0000 (UTC) (envelope-from michael.ross@gmx.net) Received: (qmail invoked by alias); 17 Mar 2008 14:34:08 -0000 Received: from e176134034.adsl.alicedsl.de (EHLO serafina) [85.176.134.34] by mail.gmx.net (mp011) with SMTP; 17 Mar 2008 15:34:08 +0100 X-Authenticated: #11429267 X-Provags-ID: V01U2FsdGVkX184yopWvyA4ChJFnYrQgbqWj49xE/ekGTU9jEz0Sf GOi5lyhtJtYf5+ Date: Mon, 17 Mar 2008 15:34:07 +0100 From: Michael Ross To: "roberto giovoni" Message-Id: <20080317153407.6670efa9.michael.ross@gmx.net> In-Reply-To: <000001c8882c$7a27b3e0$d16464c1@PCROBO1> References: <000001c8882c$7a27b3e0$d16464c1@PCROBO1> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.8; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: questions@FreeBSD.org Subject: Re: Problem about ssh client connection 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: Mon, 17 Mar 2008 15:00:50 -0000 Am Mon, 17 Mar 2008 13:43:17 +0100 schrieb "roberto giovoni" : > I have an ssh process running on unix_bsd based server. > Normally to connect remotly to this server I use a putty > terminal (running on windows XP client). > > Now I have the following problem: > > when I open a client terminal connection (with a putty terminal) > the message "login as: " is normally displaied. > > After I insert my login usermane followed from return key press. > I wait for "password:" message request but it isn't displayed. > Moreover after about 1 minute the putty terminal session is > automatically closed. > > On server site the following message is displaied: > > "fatal: Timeout before authentication for xxx.xxx.xxx.xxx" > where xxx.xxx.xxx.xxx is client IP address. > > Can someone help me to understand what' s happen? Could be a hostname lookup failure. I had a similiar problem long time back. If I remember correctly, adding the WinXP client's hostname to /etc/hosts on the BSD machine fixed it. Michael