Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #~/.ssh/config
  2.  
  3. Host git-work
  4. HostName github.com
  5. User git
  6. IdentityFile ~/.ssh/id_rsa_work
  7.  
  8. Host dev
  9. Hostname git-codecommit.ap-southeast-1.amazonaws.com
  10. User YOUR-CREDENTIALS-KEY
  11. IdentityFile ~/.ssh/id_rsa
  12.  
  13. Host github.com
  14. HostName github.com
  15. User git
  16. IdentityFile ~/.ssh/id_rsa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement