Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created February 16, 2011 02:05
Show Gist options
  • Save mdaisuke/828717 to your computer and use it in GitHub Desktop.
Save mdaisuke/828717 to your computer and use it in GitHub Desktop.
ssh tonel :)
Host gate.com
ForwardAgent yes
IdentityFile ~/.ssh/id_rsa
User test
Host host
ForwardAgent yes
IdentityFile ~/.ssh/id_rsa
ProxyCommand ssh -A gate.com nc -w 10 %h %p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment