On Sun, May 9, 2010 at 10:20 PM, Lee Hambley <[email protected]> wrote: > Jason, > Simply remove the passphrase from the deploy key. > See man (1) ssh-keygen
As an alternative, and if you want to keep the password on your key, start using the Snow Leopard built-in ssh-agent (or SSHKeychain) and set ssh_options[:forward_agent] = true in your deploy.rb file. Enter password once with your agent and you're good to go. Cheers, Mathias -- http://scalarium.com | http://paperplanes.de http://twitter.com/roidrage -- * 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
