0
How to disable SSH login for the root user
Create a new user. In the following example, we will name it bob. 123root# useradd -m bobroot# id bobuid=1000(bob) gid=1000(bob) groupes=1000(bob) Set the password for the new user. 12345root# pas