Advertisement
Guest User

Untitled

a guest
Jul 29th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.41 KB | None | 0 0
  1. Host 221 testcp 192.168.2.221
  2.         Hostname 192.168.2.221
  3.         User marios
  4.  
  5. Host Master
  6.     Hostname 192.168.10.114
  7.     User root
  8.     ProxyCommand ssh testcp -W %h:%p
  9.  
  10. Host vm 192.168.10.106
  11.         Hostname 192.168.10.106
  12.         User ubuntu
  13.         ProxyCommand ssh Master -W %h:%p
  14.  
  15. Host vm2 192.168.10.67
  16.         Hostname 192.168.10.67
  17.         User ubuntu
  18.         ProxyCommand ssh Master -W %h:%p
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement