Skip to content

Instantly share code, notes, and snippets.

@ishida
Created May 11, 2012 10:36
Show Gist options
  • Save ishida/2658884 to your computer and use it in GitHub Desktop.
Save ishida/2658884 to your computer and use it in GitHub Desktop.
ssh config
$vi ~/.ssh/config
ServerAliveInterval 60
Host HOST2
User USER
ProxyCommand ssh USER@HOST1 nc -w 6000 HOST2 22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment