in reply to Re: Login to a remote solaris machine as superuser through perl
in thread Login to a remote solaris machine as superuser through perl

I agree ... it's better to create a user that's not named root, with permissions just to do the minimum functionality required ... and to use SSH

That being said, recent versions of Solaris by default only allows root login from the console. Look in /etc/default/login for the CONSOLE setting.

  • Comment on Re^2: Login to a remote solaris machine as superuser through perl