Guest User

Untitled

a guest
Sep 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # .ssh/config
  2.  
  3. Host shortname1 hostname1.example.com
  4. Hostname hostname1.example.com
  5. IdentityFile ~/.ssh/hostname1_rsa
  6.  
  7. Host shortname2 hostname2.example.com
  8. Hostname hostname2.example.com
  9. IdentityFile ~/.ssh/hostname2_rsa
Add Comment
Please, Sign In to add comment