Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Created March 4, 2015 20:51
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 felixhummel/94f4e652291326d76501 to your computer and use it in GitHub Desktop.
Save felixhummel/94f4e652291326d76501 to your computer and use it in GitHub Desktop.
how to ssh proxy
Host foo
User felix
HostName foo.example.org
ProxyCommand /usr/sbin/proxytunnel --proxy=ssh-proxy.example.org:2222 --proxyauth=username:password --dest=%h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment