From owner-freebsd-questions@FreeBSD.ORG Fri Jun 10 20:57:31 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 DAE7616A41C for ; Fri, 10 Jun 2005 20:57:31 +0000 (GMT) (envelope-from sarath@linuxtechs.net) Received: from venus.mediacatch.com (ns13.mediacatch.com [216.27.201.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B75843D1D for ; Fri, 10 Jun 2005 20:57:31 +0000 (GMT) (envelope-from sarath@linuxtechs.net) Received: from [202.83.54.67] (helo=[202.83.54.67]) by venus.mediacatch.com with esmtpa (Exim 4.50) id 1DgqZL-0006vG-Lr; Fri, 10 Jun 2005 16:57:39 -0400 Message-ID: <42A9FEB0.4050900@linuxtechs.net> Date: Fri, 10 Jun 2005 13:57:20 -0700 From: Sarath ER User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jack Raats References: <00a301c56dfc$cb84c770$9d00000a@jara2> In-Reply-To: <00a301c56dfc$cb84c770$9d00000a@jara2> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - venus.mediacatch.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - linuxtechs.net X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: Re: Strange error 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: Fri, 10 Jun 2005 20:57:32 -0000 Jack Raats wrote: >This day I've a very strange error when trying to connect to my FreeBSD machine (4.11-STABLE) >I got the following error: >ssh_exchange_identification: Connection closed by remote host > > >Can anyone give me any clue what's wrong? > >Jack >_______________________________________________ >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" > > Please check /etc/hosts.allow and /etc/hosts.deny of the remote machine and see if there are any restrictions for sshd. This also happens if the remote machine has strict key checking enabled. Regards, - Sarath