onsdag 30. april 2014

How to enable ssh root login in Solaris 10

How to enable ssh root login in Solaris 10



From the terminal window and with the VI-editor change the following file /etc/ssh/sshd_config and replace the:

 "PermitRootLogin no"
to
"PermitRootLogin yes"
and save the file.

After we need to restart the ssh service:

svcadm restart svc:/network/ssh:default

…and that's it!