- Won't honor configuration of /etc/default/login variable. As shipped, Solaris (most versions) have a variable set in this file CONSOLE=/dev/console If the var is set, root login only is allowed on the console. If you comment the var out, then root is allowed from anywhere. sshd doesn't care whether or not the var is set.
this has been discussed before on the openssh-unix-dev@ archives. to honor this would effectly destory: PermitRootLogin Specifies whether root can login using ssh(1). The argument must be ``yes'', ``without-password'', ``forced-commands-only'' or ``no''. The default is ``yes''. And after long discussion that 'PermitRootLogin' is more useful. It was decided that CONSOLE should be ignored.
Mass change of RESOLVED bugs to CLOSED