Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 22:12:21 +0200
From:      Remko Lodder <remko@elvandar.org>
To:        RazorOnFreeBSD <yann.luppo@attglobal.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ssh root denied
Message-ID:  <407AF825.40804@elvandar.org>
In-Reply-To: <005301c42097$b175bb90$0f01a8c0@razor>
References:  <005301c42097$b175bb90$0f01a8c0@razor>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?407AF825.40804>