How to disable root login in Linux? - VPS (Virtual Private Server) Views : 437
Tagged in : VPS (Virtual
0 0
Send mail
Disable root login


To disable the root login in SSH follow the steps:

* Go to /etc/ssh/sshd_config

* Change the following line

PermitRootLogin yes


to

PermitRootLogin no

By Sanju, On - 2009-10-24



    Login to add Comments .