Skip to content

Instantly share code, notes, and snippets.

@joshmyers
Created April 9, 2013 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmyers/81c68da2b373382840f5 to your computer and use it in GitHub Desktop.
Save joshmyers/81c68da2b373382840f5 to your computer and use it in GitHub Desktop.
Host *.mydomain.net
ForwardAgent yes
ProxyCommand ssh %h %p josh@spring.mydomain.net
ServerAliveInterval 10
ServerAliveCountMax 600
Host *
ForwardAgent yes
ProxyCommand ~/bin/ssh-proxy %h %p josh@spring.mydomain.net
ServerAliveInterval 10
ServerAliveCountMax 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment