From owner-freebsd-questions@FreeBSD.ORG Mon Apr 12 13:24:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2C1316A4CF for ; Mon, 12 Apr 2004 13:24:57 -0700 (PDT) Received: from prserv.net (asmtp1.prserv.net [32.97.166.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B30E43D4C for ; Mon, 12 Apr 2004 13:24:57 -0700 (PDT) (envelope-from yann.luppo@attglobal.net) Received: from razor (130.wf21.bltm.wswdc01r18.dsl.att.net[12.103.21.130]) by prserv.net (asmtp1) with SMTP id <2004041220245625103uvul6e> (Authid: yann.luppo@attglobal.net); Mon, 12 Apr 2004 20:24:56 +0000 Message-ID: <009e01c4209a$02039c60$0f01a8c0@razor> From: "RazorOnFreeBSD" To: "Remko Lodder" References: <005301c42097$b175bb90$0f01a8c0@razor> <407AF825.40804@elvandar.org> Date: Mon, 12 Apr 2004 16:24:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-questions@freebsd.org Subject: Re: ssh root denied X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2004 20:24:57 -0000 Thanks for all everyone... It works! Enjoy your day.. ;) ----- Original Message ----- From: "Remko Lodder" To: "RazorOnFreeBSD" Cc: Sent: Monday, April 12, 2004 10:12 PM Subject: Re: ssh root denied > RazorOnFreeBSD wrote: > > Hi everyone, > > > > I have some troubles with ssh.... > > I have a Freebsd server 4.9 working in a closet without screen. > > So I would like to use it through ssh from another station with OpenSSH to configure it when I need it. > > I can connect with a user login / password, but not with root / password. > > Is there any reason ? did I miss something ? > > It's denied by default, as a security matter. You actually want to login > and use 'su -' instead of login as root directly. > > If you really want to enable it, > > Edit the file > /etc/ssh/sshd_config > #PermitRootLogin yes > > Remove the hash. > > But, know that it's not secure, and you really don't want that. > The login as normal user, (which need to be in the wheel group) and then > su -'ing isn't that much work and doesn't take that much time, but it's > more secure. > > Cheers > > -- > > Kind regards, > > Remko Lodder > Elvandar.org/DSINet.org > www.mostly-harmless.nl A Dutch community for helping newcomers on the > hackerscene > _______________________________________________ > 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" >