Created
March 29, 2013 20:14
-
-
Save JamesSwift/5273325 to your computer and use it in GitHub Desktop.
Revisions
-
JamesSwift revised this gist
Mar 29, 2013 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,5 @@ eval `ssh-agent` #Uncomment the next line if you want to automatically load ssh-keys at startup #ssh-add #Kill ssh-agent when we close the shell trap "ssh-agent -k" EXIT -
JamesSwift created this gist
Mar 29, 2013 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ #! /bin/bash #Start ssh-agent eval `ssh-agent` #Uncomment the next line if you want to automatically load ssh-keys at startup #ssh-add #Kill ssh-agent when we close the shell trap "ssh-agent -k" EXIT