How To Disable Or Enable Root Log in In Centos
– Go to the below path
/etc/ssh
– After that open sshd.conf file
nano sshd.conf
– In this file PermitRootLogin should be Yes
PermitRootLogin yes
– Restart sshd services.
service sshd restart
Tags:Root,ROot login ,Su,SUdo user,Su user login.
Add Comment