Skip to content

Instantly share code, notes, and snippets.

@bgulla
Created August 7, 2015 18:57
Show Gist options
  • Select an option

  • Save bgulla/64862e26a14d234d870e to your computer and use it in GitHub Desktop.

Select an option

Save bgulla/64862e26a14d234d870e to your computer and use it in GitHub Desktop.
SSH ProxyCommand JumpHost
Host *.dsm
LocalForward 5001 localhost:5001
ProxyCommand ssh -q -W $(basename %h .dsm):%p username@<jump_hostname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment