Tuesday, April 21, 2009

Enable SSH with root access on Solaris 10

  1. Open up /etc/ssh/sshd_config and set "PermitRootLogin" to "yes".
  2. You also need to restart the sshd process. This is done by killing the existing one (use ps -aux|grep sshd to get the process ID, then use kill to zap it), then restarting /usr/lib/ssh/sshd


No comments: