Skip to content

Instantly share code, notes, and snippets.

@resmo
Created May 5, 2015 12:03
Show Gist options
  • Save resmo/3912b9f619cf03ecf874 to your computer and use it in GitHub Desktop.
Save resmo/3912b9f619cf03ecf874 to your computer and use it in GitHub Desktop.
Proxy command
Host 10.100.9.* 10.100.209.*
User root
IdentityFile ~/.ssh/id_rsa_cloudstack
StrictHostKeyChecking no
ProxyCommand ssh -q -o ControlPersist=no cloudstack-mgmt.example.com -W %h:3922
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment