From owner-freebsd-questions Fri Mar 8 11:37: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from webcorelabs.com (finishes.webcorelabs.com [209.115.232.154]) by hub.freebsd.org (Postfix) with ESMTP id 7661D37B41A for ; Fri, 8 Mar 2002 11:36:51 -0800 (PST) Received: from quaker [209.115.232.130] by webcorelabs.com [209.115.232.151] with SMTP (MDaemon.v3.5.3.R) for ; Fri, 08 Mar 2002 12:38:49 -0700 Date: Fri, 08 Mar 2002 12:36:22 -0700 To: freebsd-questions@freebsd.org From: chad Subject: Default ssh_config file error? Reply-To: chad@webcorelabs.com Organization: www.webcorelabs.com X-Mailer: Opera 5.12 build 932 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDRemoteIP: 209.115.232.130 X-Return-Path: chad@webcorelabs.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org Message-Id: <20020308193651.7661D37B41A@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I've been trying to figure out why I can't use ssh keys to reach my FreeBSD NFS box and it appears that root is not allowed to log in. I added PermitRootLogin yes to the end of /etc/ssh/ssh_config without any luck then I tried specifying the config file name on the command line and got this: arwennfs# /usr/sbin/sshd -d -f /etc/ssh/ssh_config /etc/ssh/ssh_config: line 22: Bad configuration option: Host /etc/ssh/ssh_config: terminating, 1 bad configuration options arwennfs# line 22 looks like: Host * Commenting that line out makes everything work fine. Am I missing something or is the file depreciated/broken? Thanks, Chad PS: arwennfs# uname -a FreeBSD arwennfs 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message