Skip to content

Instantly share code, notes, and snippets.

@tamitutor
Last active October 13, 2015 15:27
Show Gist options
  • Save tamitutor/4216366 to your computer and use it in GitHub Desktop.
Save tamitutor/4216366 to your computer and use it in GitHub Desktop.
Simple ssh setup for bash (works on OSX and Windows MingW32)
eval `ssh-agent`
ssh-add /c/Users/YourHomeDirectory/.ssh/administrator_rsa
ssh-add /c/Users/YourHomeDirectory/.ssh/id_company_admin_rsa
ssh-add /c/Users/YourHomeDirectory/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment