tags:

views:

82

answers:

2

When I created my SSH key while setting up git, I chose to use a pass-phrase for the key. Now, whenever I push to my remote repository (unfuddle), I get prompted for this pass-phrase. Is there some way to automate this?

+5  A: 

Use SSH Agent.

Cory Petosky
And [keychain](http://www.gentoo.org/proj/en/keychain/) to have it automated.
Jakub Narębski