How to disable root login in Linux?

by Sanju 2009-10-24 20:33:38

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

1528
like
0
dislike
0
mail
flag

You must LOGIN to add comments