From owner-freebsd-questions@FreeBSD.ORG Sun Mar 11 01:51:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B1EA16A401 for ; Sun, 11 Mar 2007 01:51:11 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6CF8B13C49D for ; Sun, 11 Mar 2007 01:51:11 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l2B1m6RK042261; Sat, 10 Mar 2007 20:48:06 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l2B1m6IR042260; Sat, 10 Mar 2007 20:48:06 -0500 (EST) (envelope-from jerrymc) Date: Sat, 10 Mar 2007 20:48:06 -0500 From: Jerry McAllister To: Dima Sorkin Message-ID: <20070311014806.GA42241@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: ssh login as root 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: Sun, 11 Mar 2007 01:51:11 -0000 On Sat, Mar 10, 2007 at 05:55:54PM +0200, Dima Sorkin wrote: > Hi. > It _seems_ that FreeBSD does not allow root to login remotely via ssh. > I can miss something, but if I right, how > do I allow it ? You can change the config file to allow it, but that is considered poor security. The thing to do is to create a non-root account to log in to and add that id to the wheel group in /etc/group file. Then log in as that user and su to root only for those things that need root. ////jerry > > Thanks and regards, > Dima. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"