Root access is disabled
Securing and Optimizing Linux Some SSH servers can disable SSH logins for certain users and may even disable root logins by default. If you're using Open SSH server, you have to edit /etc/ssh/sshd_config and make sure that it doesn't contain one of the following lines: PermitRootLogin no PermitRootLogin without-password Both result in a simple...