From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 15:50:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1CCD106564A for ; Thu, 10 Apr 2008 15:50:26 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A4A288FC24 for ; Thu, 10 Apr 2008 15:50:26 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost [127.0.0.1]) by VAMS.dummy (Postfix) with SMTP id 006692247E for ; Thu, 10 Apr 2008 17:50:25 +0200 (CEST) Received: from privftp.esiee.fr (privftp.esiee.fr [147.215.1.190]) by mail.esiee.fr (Postfix) with ESMTP id EE6B92247E for ; Thu, 10 Apr 2008 17:50:24 +0200 (CEST) Received: from lisa.esiee.fr (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by privftp.esiee.fr (Postfix) with ESMTP id DB5323981A for ; Thu, 10 Apr 2008 17:50:24 +0200 (CEST) Message-ID: <47FE3740.50804@esiee.fr> Date: Thu, 10 Apr 2008 17:50:24 +0200 From: Frank Bonnet User-Agent: Thunderbird 2.0.0.9 (X11/20071201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't login through ssh from 6.3 machine to 7.0 machine 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: Thu, 10 Apr 2008 15:50:27 -0000 Hello I have installed a fresh new machine running 7.0 and surprisingly I cannot log in from another machine through SSH ... I haven't modified the standard sshd configuration at install which is the same than my other 6.3 based machine ... All accounts are local. I can ssh 7.0 --> 6.3 I cannot ssh 6.3 --> 7.0 ??? Thanks for any info.