SSH does not allow me to log in as root

I use putty/ssh from my PC desktop. On a solaris9 system I cannot log in directly with root but I can with my Solaris10 boxes. What setting and/or configuration controls this remote login access?Note: all the machines are on the same domain.tksJG
[274 byte] By [jhgiambra] at [2007-11-27 6:37:25]
# 1

Figured it out...I rarely post, but was hoping to receive more responses....

Also, /etc/ssh/sshd_conf should have the line:

# Are root logins permitted using sshd.

# Note that sshd uses pam_authenticate(3PAM) so the root (or any other) user

# maybe denied access by a PAM module regardless of this setting.

# Valid options are yes, without-password, no.

PermitRootLogin no

seebs7.root$ svcs -a |grep ssh

online May_16svc:/network/ssh:default

#ksh

$svcadm disable svc:/network/ssh:default

$svcadmin enable svc:/network/ssh:default

jhgiambra at 2007-7-12 18:05:48 > top of Java-index,Security,Other Security APIs, Tools, and Issues...