Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. # this config remaps the url to the correct hostname
  2. # i.e. Host foo.com
  3. # HostName bar.com
  4. #
  5. # when creating a repository key foo.com becomes bar.com
  6.  
  7. # Personal GitHub account
  8. Host github.com-maxsei
  9. HostName github.com
  10. User git
  11. IdentityFile ~/.ssh/id_rsa
  12. IdentitiesOnly yes
  13.  
  14. # Work GitHub account
  15. Host gitlab.com-fids-houston
  16. HostName gitlab.com
  17. User git
  18. IdentityFile ~/.ssh/fids-houston
  19. IdentitiesOnly yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement