How to enable root access via SSH in Solaris



This can be done in the same manner it is done on most Unix/Linux systems.  Open /etc/ssh/sshd_config (using vi is probably a good start), and replace the line:

PermitRootLogin no

With:

PermitRootLogin yes

Once you have done this, restart ssh.


 


 


Categories