I have ssh working without passwords. The way I did it was to have a zenoss user on each server (created by cfengine). The id_rsa file is in the ~/.ssh directory of zenoss on the Zenoss server and the authorized_keys file (containing the public key) in the zenoss user's .ssh directory on each server. The zenoss user on each server is configured without the ability to login via password.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of elhannah Sent: Wednesday, November 07, 2007 11:36 AM To: [email protected] Subject: [zenoss-users] Re: ssh without password (i.e., "authorized_keys" hand Replying to my own post here, for anyone's information. After more experimentation, I never succeeded in getting a password-less session across ssh, even though technically it seems it should be possible. I suspect it has something to do with how the information is gathered and used within the python code. Regardless, I found a section in the admin manual that said user and password are required, and it didn't seem to allow for the non-password case. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=12878#12878 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
