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?
            Asked
            
        
        
            Active
            
        
            Viewed 3,440 times
        
    2 Answers
4
            
            
        Use ssh-agent: http://wiki.sourcemage.org/Git_Guide#I.27m_tired_of_typing_my_SSH_key_passphrase.
You can get more information from this stackoverflow answer.
 
    
    
        Community
        
- 1
- 1
 
    
    
        Douglas Leeder
        
- 52,368
- 9
- 94
- 137
- 
                    @Nuzzolilo I've updated the link - although I suspect there are other better guides available. – Douglas Leeder Jun 19 '12 at 17:09
 
    