Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Host jumpserver
  2. User jumpuser
  3. HostName 1.2.3.4
  4. ProxyCommand ssh user@finalhost -W %h:%p
  5.  
  6. Host bitbucket.foo.com
  7. User username
  8. ForwardX11 no
  9. ForwardX11Trusted no
  10.  
  11. Host * !bitbucket.foo.com
  12. ControlMaster auto
  13. ControlPath ~/.ssh/cm_socket/%L-master-%r@%h:%p
  14. ControlPersist 8h
  15. StrictHostKeyChecking no
  16. UserKnownHostsFile /dev/null
  17. ForwardX11 yes
  18. ForwardX11Trusted yes
  19. TCPKeepAlive yes
  20. ServerAliveInterval 120
  21. AddKeysToAgent yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement