Skip to content

Instantly share code, notes, and snippets.

@prestontimmons
Created March 29, 2010 17:40
Show Gist options
  • Save prestontimmons/348148 to your computer and use it in GitHub Desktop.
Save prestontimmons/348148 to your computer and use it in GitHub Desktop.
# Set up an ssh tunnel between to servers
ssh -f user@personal-server.com -L 2000:personal-server.com:25 -N
# From http://www.revsys.com/writings/quicktips/ssh-tunnel.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment