From owner-freebsd-questions@freebsd.org Wed Nov 4 07:39:37 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 B41B5A264BC for ; Wed, 4 Nov 2015 07:39:37 +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 CC3F11E4B for ; Wed, 4 Nov 2015 07:39:36 +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 CBB03D7883; Wed, 4 Nov 2015 14:31:05 +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=1446622263; x=1448436664; bh=6nWqkMk0H 2padSULxlBrZ5k6njI+lLCn5w8KNZMHMTw=; b=MutX4AucwaGI9srud2HwIIzeO SNld+FZqK8BPO4xp6358DD21Z9BUi1kPxoBV3hXKIjfcHAjgSShBtWl7/mUiIIF7 ev73rd9oFwqVdkJ32ju6IyBChK412Ic4lh/4sQRu0fYmnmMk1TV1rOYzYobDtxiv Plnvaj7+2W519RACy4= 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 HqmPW69VmZt3; Wed, 4 Nov 2015 14:31:03 +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 771EFD7882; Wed, 4 Nov 2015 14:31:03 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id tA47V26b065435; Wed, 4 Nov 2015 14:31:02 +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: <20151104151706.178faf7b@X220.alogt.com> (message from Erich Dollansky on Wed, 4 Nov 2015 15:17:06 +0800) Date: Wed, 04 Nov 2015 14:31:02 +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 07:39:37 -0000 Erich Dollansky writes: > [erich@X220]/home/erich > ssh -vvv erich@192.168.0.223 > OpenSSH_6.6.1p1, OpenSSL 1.0.1p-freebsd 9 Jul 2015 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: /etc/ssh/ssh_config line 43: Applying options for * > /etc/ssh/ssh_config: line 45: Bad configuration option: main > /etc/ssh/ssh_config: terminating, 1 bad configuration options It would help if you provided the contents of /etc/ssh/ssh_config Olivier