|
|
How to disable root login in Linux? - VPS (Virtual Private Server)
|
Views : 437
|
|
Tagged in : VPS (Virtual
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|