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