Doubt in zlogin non interactive mode........

I want zlogin -C as non interactive mode so after booting the zone I created a file sysidcfg in /etc directory
of the zone the sysidcfg file info as shown below.

system_locale=C
terminal=dtterm
network_interface=primary {
	        hostname=my-zone
}
security_policy=NONE
timezone=US/Central
root_password=

when I try to run zlogin -C <zonename> still it is asking for hostname and password. I want password to be null so in the above I given password value as empty.

`uname -a`
SunOS secce123 5.10 Generic_127111-06 sun4u sparc SUNW,Netra-T12

Please help me in this issue...

what you could do is this.

check out Solaris Zones

scroll down until you see "Remote, Secure Zone Console Login". set that up according to the instructions.

once that is setup, generate your ssh keys for the appropriate user and append/copy them to proper locations to use ssh without password. this link might help SSH login without password

please note that i have not tried this out. this may or may not work.