1. Enable root access for your user
FreeBSD won’t let regular users root access using su. If you try, you’ll have the following message :
$ pw groupmod wheel -m mySpecificUser
2. Disable SSH root login
Edit the SSH daemon configuration :
PermitRootLogin yes
Restart the service :
Posted on Categories FreeBSD, IT, System administration