ryu's blog just a few lines of code

28Aug/110

FreeBSD: Enable root access via remote SSH

On FreeBSD you can't login via remote SSH as root user.

# adduser christoph

User christoph will be able to gain access via SSH just as every other user.

# pw usermod christoph -G wheel

By putting this user in de group wheel, the user gains the right to change to root via:

# su

Comments (0) Trackbacks (0)

No comments yet.


Leave a comment

(required)

No trackbacks yet.