![]() |
How to disable remore ssh login access of "root" user.
Hi friends,
Kindly help me regarding how to disable remore ssh login access of "root" user. i.e. the user has to login by a normal account and then do a su. Thanks |
PermitRootLogin no
in sshd_config. |
There is also the option allowusers which i perfer to use
example allowusers test This will only allow the user test to login via ssh :) |
Thanks a lot..
|
| All times are GMT -5. The time now is 07:18 AM. |