From owner-freebsd-questions@FreeBSD.ORG Sun May 11 20:00:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6499F1065675 for ; Sun, 11 May 2008 20:00:51 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 38A898FC14 for ; Sun, 11 May 2008 20:00:49 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2) with ESMTP id m4BK0VbN072166; Sun, 11 May 2008 22:00:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.2/8.14.2/Submit) with ESMTP id m4BK0VwD072163; Sun, 11 May 2008 22:00:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 11 May 2008 22:00:31 +0200 (CEST) From: Wojciech Puchar To: Chad Perrin In-Reply-To: <20080511195413.GB81732@demeter.hydra> Message-ID: <20080511215811.W72139@wojtek.tensor.gdynia.pl> References: <812883.11120.qm@web54010.mail.re2.yahoo.com> <3120c9e30805101308q55d93966p69914d3bde9a3139@mail.gmail.com> <20080511195413.GB81732@demeter.hydra> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: root login stops working 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 May 2008 20:00:51 -0000 > need root access, you should use a staff account in the wheel group to > remotely log into the machine, then su to root. or set PermitRootLogin yes in sshd_conf much easier. > The fact that remote direct root login is disabled is a security feature, > meant to prevent things like brute-force attacks on root over the > network. It's a bad idea to change that behavior, in general. Back when just another stupid myth. simply use good passwords. having to log through 2 accounts doesn't increase security. actually increases mess.