Hey everyone, I'm deploying from my Snow Leopard macbook to a VPS environment with Rackspace. The environment is running Debian Lenny, ruby 1.8.7.
My ssh keys between my laptop and the server work fine (so I can SSH without entering a password here) The ssh keys between the server & github is I think where my issue is. In setting the server's key (the one used by github to auth the server's clone), I entered a passphrase at the prompt. Now every time I run 'cap deploy' it prompts me for this passphrase. My deploy works fine and I managed to get rid of the other passwords that needed to be entered during depoy-- but this one remains. Enter passphrase for key '/home/deploy/.ssh/id_rsa' How do I get rid of it so I can do a 100% password-less 'cap deploy' Thanks, Jason -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
