Advertisement
Guest User

Untitled

a guest
Jan 16th, 2014
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. Host github-for-work
  2.         HostName git@github.com:companyRepo/companyRepoProject.git
  3.         User John-company
  4.         IdentityFile ~/.ssh/id_rsa
  5.  
  6. Host github-for-home
  7.         HostName git@github.com:John/privateRepoProject.git
  8.         User John-private
  9.         IdentityFile ~/.ssh/John
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement