From owner-freebsd-questions@freebsd.org Wed Nov 4 09:33:19 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D89BA25819 for ; Wed, 4 Nov 2015 09:33:19 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BACD1525 for ; Wed, 4 Nov 2015 09:33:19 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=wgcHINygsX+/CQsr7AzXlj7tdn/bv40eiSjBr2X1JfQ=; b=ooJvP8RY4pVLgzhowcm4ADkvBP bcajOSc2VoyqT9Rp1ARbqnrVaAuN1dX1ePuiM7p1XEClE6UvAG+qpmLS3hiJNnnHVQyx7B9JTTYAU tcEkVL/Tm0WoXv3ywZf9sg6dY5hiAm9B9O7NaEt9aU+uF7g7UvG8hJtJYrDurBdFZR00=; Received: from [114.121.134.2] (port=22416 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1ZtuRR-002XZo-Ve; Wed, 04 Nov 2015 02:33:18 -0700 Date: Wed, 4 Nov 2015 17:33:13 +0800 From: Erich Dollansky To: Olivier Nicole Cc: freebsd-questions@freebsd.org Subject: Re: ssh configuration, nmisunderstanding or error Message-ID: <20151104173313.34de5aa2@X220.alogt.com> In-Reply-To: References: <20151104171454.5687fed4@X220.alogt.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Nov 2015 09:33:19 -0000 Hi., On Wed, 04 Nov 2015 16:27:29 +0700 Olivier Nicole wrote: > Erich Dollansky writes: > > > I forgot to mention that all was commented out with these to > > exception. So, effective the file was either: > > > > Host * > > main > > Hummm, what are you trying to achieve with this syntax? I got irritated by the behaviour of the jail. After forcing sshd to responed with an error message, it got clear to me that the wrong configuration file is read. > > main (or firefox) are bare words at the begining of a line and I think > they are not a valid ssh_config syntax. Yes, there are just there to get an error message depending on the file being read. How can ssh get the error message which is supposed to come from outside the jail? I still believe that I have some very strange error in the setup but I am not able to see it. Every thing on the new disk is simply a copy from the old disk with the exception of fstab. So, I expected that the machine will now behave just as if the old disk would be there. All is as expected outside the jails. Erich