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