> does any mechanism allow ssh rsa/dsa key based > password less secure local login (like su)?
You can do this with ssh. Enable root ssh login in sshd_config and then put a ssh public key into ~root/.ssh/authorized_keys Then you can use ssh-agent to store the secret key and login to root without a password with ssh -i secretkey [EMAIL PROTECTED] ~G. This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
