Why shouldn't root be allowed to login via ssh?
- by Thomas
Hi,
why should root access be disabled for ssh? I always hear that's for security reasons. But I don't get it. What's different to login as non-root and then sudo su -? What's the preferred way to handle tasks that need privileged permissions?
Thanks
Thomas