Guest User

Untitled

a guest
Apr 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Host bastion.host
  2. User user1
  3. IdentityFile ~/.ssh/id_bastion
  4.  
  5. Host remote.host
  6. User user2
  7. IdentityFile ~/.ssh/id_remote
  8. ProxyCommand ssh bastion.host -W %h:%p
Add Comment
Please, Sign In to add comment