Skip to content

Commit

Permalink
ssh config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
mygoare committed Jul 29, 2014
1 parent eff942d commit c00996a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ssh/config → ssh/config_sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Put this file to ~/.ssh if you have multiple git accounts
* Remove these comments
**/

Host github
HostName github.com
IdentityFile ~/.ssh/id_rsa.github
Expand Down

0 comments on commit c00996a

Please sign in to comment.