Guest User

Untitled

a guest
Jan 14th, 2013
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ssh-add /path/to/key1
  2. ssh-add /path/to/key2
  3.  
  4. eval $(ssh-agent)
  5.  
  6. Host myteam1.bitbucket.org
  7. Hostname bitbucket.org
  8. HostKeyAlias bitbucket.org
  9. IdentityFile ~/.ssh/keyA
  10.  
  11.  
  12. Host myteam2.bitbucket.org
  13. Hostname bitbucket.org
  14. HostKeyAlias bitbucket.org
  15. IdentityFile ~/.ssh/keyB
Add Comment
Please, Sign In to add comment