Up 0 Down 0

Jail user with SSH and SU

First create a new basic Jail, then start SSH by editing the following line in /etc/rc.conf:

sshd_enable="NO"

Change the NO to YES and save the file. Then, start the SSH daemon:
service sshd start

Then add a user account and invite also into group "wheel"
adduser

Set root password with:
passwd