Created
February 15, 2013 15:13
-
-
Save michaelklapper/4960956 to your computer and use it in GitHub Desktop.
Add private SSH-key to agent on shell login. #windows7 #git #bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
eval `ssh-agent -s` | |
ssh-add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment