- Change
PermitRootLogin
toyes
in/etc/ssh/sshd_config
. - Comment out the
CONSOLE=/dev/consoleā
in/etc/default/login
. - Execute
rolemod -K type=normal root
- Restart SSH with
svcadm restart svc:/network/ssh:default
- Done.
(credit http://veereshkumarn.blogspot.com/2012/09/how-to-enable-ssh-root-login-in-solaris.html)
Comments