Guest User

Untitled

a guest
Dec 14th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Host host1
  2. HostName <hostname_or_ip>
  3. IdentityFile ~/.ssh/identity_file1
  4.  
  5. Host Host2
  6. HostName <hostname_or_ip2>
  7. User differentusername
  8. IdentityFile ~/.ssh/identity_file2
  9.  
  10. ssh host1
  11. ssh host2
Add Comment
Please, Sign In to add comment