andypflueger wrote: > I've been banging my head against my cubicle wall all day trying to > get Webistrano configured to help manage our Rails app deployment. > We're using ssh public key authentication rather than password > authentication. I've setup the hosts, project, and stages in our > Webistrano database and also added the ssh_keys config parameter to > the proejct pointing to my private key file (/home/user/.ssh/id_rsa). > The permissions on this key file are 644 so I don't believe my issue > is permissions. Then again, I'm not sure what's going on.
It could be that you have too open permissions. SSH doesn't like it when the keys are readable by everyone. Have you tried the SSH login as the Webistrano user by hand? What is SSH saying there? Jonathan -- Jonathan Weiss http://blog.innerewut.de http://twitter.com/jweiss --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
