From owner-freebsd-questions@FreeBSD.ORG Fri May 30 07:08:56 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 382E01065670 for ; Fri, 30 May 2008 07:08:56 +0000 (UTC) (envelope-from chrizach@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id F0B008FC23 for ; Fri, 30 May 2008 07:08:55 +0000 (UTC) (envelope-from chrizach@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4523637rvf.43 for ; Fri, 30 May 2008 00:08:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=u6D3afuLDq5KEVwn/gNPPNMRPjxldNOzLBEYQLIL2xg=; b=XyJZV9+TiEkTNIX4ozKW5xki6qch244LMzXELCEdVnx0ZkQVGR+rr4Yf2juuH2M28042Kql7OLHNcQRXm9HVhfbkSnFpGIpPR8Xu/I4CJuLIFZNgIw2kbodnzBtgOhb6P0zVNLGHBHbblae/LKVLx0Tb0hLDK88brY8e4xc0THw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hry8b4OAbs1jTFEpH+Z3UsNNv7EXlh948MxgizqR7XHHCorywGmVkE8CJjJcOqm20zb6leSUfp0+oX36KU8bo7OICuMpw4VGHW3+PdWKzuKp7OARAiS4Fu9z+63jdaicLHKDaKKMJk/DiXLlEkrDSPdSaS/+HsQ9GXeFy2KKgj4= Received: by 10.140.157.5 with SMTP id f5mr915358rve.153.1212131335690; Fri, 30 May 2008 00:08:55 -0700 (PDT) Received: by 10.140.142.18 with HTTP; Fri, 30 May 2008 00:08:55 -0700 (PDT) Message-ID: <4a89d1190805300008u26d51159s4a62051c47de1797@mail.gmail.com> Date: Fri, 30 May 2008 09:08:55 +0200 From: "Christian Zachariasen" To: Brian , "FreeBSD Mailing Lists" In-Reply-To: <483F92BA.4080208@brianwhalen.net> MIME-Version: 1.0 References: <4a89d1190805290147g7ced55bdy11c44b71a8d2d788@mail.gmail.com> <483F92BA.4080208@brianwhalen.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: 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 07:08:56 -0000 On Fri, May 30, 2008 at 7:38 AM, Brian wrote: > > 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 > > _______________________________________________ > 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" > I think you're right, I was just assuming that he had the setting set to "Yes" since he wanted to rename root to homer in order to stop these attacks. Christian Zachariasen