Quote:
Originally Posted by bskrakes
This way when I am on site at the server I don't have to "su - root" all the time.
|
I'd recommend using sudo instead, because it (1) leaves an audit trail; (2) doesn't require the root password to use; (3) allows finer-grained control.
But if you want to stop root login over SSH set PermitRootLogin to "no" in your configuration.