Allow root SSH login for Solaris 10

To enable/allow root login from SSH you must complete the following three steps after ensuring that you really want to enable root ssh access.

Steps to allow root to login using SSH as below:
  1. Change PermitRootLogin from no to yes in: /etc/ssh/sshd_config
    (you will need super user access to edit this file.)
  2. Restart SSHD: /lib/svc/method/sshd restart