From owner-freebsd-questions@freebsd.org Wed Nov 4 09:29:35 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 78E7EA2562E for ; Wed, 4 Nov 2015 09:29:35 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (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 9140B1157 for ; Wed, 4 Nov 2015 09:29:34 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 7D754D7883; Wed, 4 Nov 2015 16:27:30 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1446629249; x=1448443650; bh=y5Zs8vdXn 1nF62NMcpkO+uDiDIFmkmD+tWRZQ7KK4tU=; b=mZpMZI3UJ1RxZOicvV1jC7tJp DoEbPbUHauBbqJdrRPP5TPYDiAXuPYxqQJXpXeXHsWQYpGDRFgo1J1hVMyDc3hvU udjbEkvxqvyPGaIlgo9bt5uW1FHp3afaltgcpOuTuHg9ZhNmEhZkQgy69o4xaRyC KrU5hbPvLQPs7dasno= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id qaBHJ6G9Z9De; Wed, 4 Nov 2015 16:27:29 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id A941AD7882; Wed, 4 Nov 2015 16:27:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id tA49RTHF066271; Wed, 4 Nov 2015 16:27:29 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: Erich Dollansky Cc: freebsd-questions@freebsd.org Subject: Re: ssh configuration, nmisunderstanding or error In-Reply-To: <20151104171454.5687fed4@X220.alogt.com> (message from Erich Dollansky on Wed, 4 Nov 2015 17:14:54 +0800) Date: Wed, 04 Nov 2015 16:27:29 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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:29:35 -0000 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? main (or firefox) are bare words at the begining of a line and I think they are not a valid ssh_config syntax. Best regards, Olivier > > ouitside the jail and > > Host * > firefox > > inside the jail. > > I just tested again after removed all lines except of above's. I still > get the error messages like this: > > /etc/ssh/ssh_config: line 2: Bad configuration option: main > > Of course, the line number changed. > > Erich > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > --