How to disable root user from direct ssh login
Brute Force Login Attempts are as common as ever. Even if you have a strong root password, it is a matter of time for it to be cracked using a dictionary attack. Hence the need to prevent direct ssh logins for common accounts like root or admin. Generally, it’s safe to use a hidden “su” user…