If Git is prompting for its password when using SSH keys to deploying with Capistrano and Git on Mac OS X using remote checkout, you might not have registered your SSH key with SSH Agent. Make sure your SSH Agent is running:
$ eval `ssh-agent`
And that your key is registered with it:
$ ssh-add
No comments:
Post a Comment