MrColin
Platinum Member
I don't understand this. Whether my user account(with full rights)/password gets broken, or my root account/password gets broken, isn't the whole system pwned?
Another advantage of not having a root login is that most of the bots that attempt to brute force nix boxes try to use the the root username. Since root cannot log in those threats are thwarted. Attackers would need to get the username before attempting to brute force. On the other hand, the distros I have tried employ your accounts' pam password to elevate with sudo instead of having a different password for sudo than your login. Detractors of the sudo method claim that it is more difficult to crack the root account than a sudo enabled user.