11 July, 2011

Linux: Permit root login using ssh

If you are not able to login as root using ssh in your Linux machine, you may need to enable this option in ssh configuration.
To do so, follow the steps described below:

  - Edit file /etc/ssh/sshd_config
  - Change PermitRootLogin property to yes
  - Restart ssh service by entering the followign command:
          service sshd restart

That's it!

Regards,

No comments: