I have set up sudo on my FreeBSD server. As I now never want to log in as root anymore, I was wondering whether I should do sudo pw lock root.
My questions are:
- Is this possible, without forever disabling my machine?
- Is it a smart idea, or is there a good reason to not do this?
- Will I still be able to do
sudo suto get a root shell?