Skip to content

Instantly share code, notes, and snippets.

@bulain
Created September 17, 2011 06:07
Show Gist options
  • Save bulain/1223679 to your computer and use it in GitHub Desktop.
Save bulain/1223679 to your computer and use it in GitHub Desktop.
ssh remote and local
# ssh remote
ssh -N -f -R 2080:127.0.0.1:80 bulain@remoteserver
# ssh local
ssh -N -f -L 80:127.0.0.1:2080 bulain@remoteserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment