From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 14:55:00 2003 Return-Path: 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 4D79F16A4D0 for ; Mon, 3 Nov 2003 14:55:00 -0800 (PST) Received: from mwinf0601.wanadoo.fr (smtp6.wanadoo.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B04F643FA3 for ; Mon, 3 Nov 2003 14:54:58 -0800 (PST) (envelope-from david@landgren.net) Received: from landgren.net (APastourelles-107-1-21-181.w81-51.abo.wanadoo.fr [81.51.116.181]) by mwinf0601.wanadoo.fr (SMTP Server) with ESMTP id 8A5A13400195; Mon, 3 Nov 2003 23:54:57 +0100 (CET) Message-ID: <3FA6CF59.9040405@landgren.net> Date: Mon, 03 Nov 2003 22:57:45 +0100 From: David Landgren User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Ulrich Kruppa References: <20031103215640.F715@pukruppa.net> In-Reply-To: <20031103215640.F715@pukruppa.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problems with ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Nov 2003 22:55:00 -0000 Peter Ulrich Kruppa wrote: > Hi! > > I can't ssh into one of my machines anymore. > The only possible reason I can think of is that I played around > with it's IP. Does it have to be reset somehow? Delete any references to it in ~/.ssh/known_hosts on any machine from which you wish to connect to the machine in question. Also, try ssh -v ... to see why/when it fails. David