From owner-freebsd-questions@FreeBSD.ORG Fri May 30 05:38:05 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 28167106566B for ; Fri, 30 May 2008 05:38:05 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id D4CF68FC19 for ; Fri, 30 May 2008 05:38:04 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (localhost.sonicboom.org [127.0.0.1]) by entwistle.sonicboom.org (8.14.2/8.14.2) with ESMTP id m4U5c4IC036937 for ; Thu, 29 May 2008 22:38:04 -0700 (PDT) (envelope-from bri@brianwhalen.net) Message-ID: <483F92BA.4080208@brianwhalen.net> Date: Thu, 29 May 2008 22:38:02 -0700 From: Brian User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4a89d1190805290147g7ced55bdy11c44b71a8d2d788@mail.gmail.com> In-Reply-To: <4a89d1190805290147g7ced55bdy11c44b71a8d2d788@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Renaming "root" to "homer"? 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: Fri, 30 May 2008 05:38:05 -0000 > Sorry, forgot to send this to the mailing list as well: > > Not recommended. > > Instead edit your sshd_config file and change the option PermitRootLogin to > "no". > > Christian Zachariasen > Isnt this the Freebsd default anyway, that root cannot login remotely anyway, unlike that penguin OS? SSH in remotely as a non root user that is in the wheel group and then su to root. Brian