On Fri, Jul 08, 2005 at 11:41:40PM -0700, Sunil wrote: > if I were to ask my question again, it would be: > > is there a version of 'su' or equivalent piece of software which uses rsa/dsa > keys to authenticate locally, instead of password? I don't want to have sshd > running for this because its a local login. I didn't find much on this in > google, that's why asking here.
What's wrong with RBAC? Setup a role with root privleges and no password. Only those users who are assigned to the role will be able to become the role. There's no keys involved, but what's the point of keys on a local machine when you can use the UID instead? Scott. _______________________________________________ opensolaris-discuss mailing list [email protected]
