Skip to content

Instantly share code, notes, and snippets.

@verkholantsev
Created August 27, 2014 13:47
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 verkholantsev/c686abcc871888df5cfa to your computer and use it in GitHub Desktop.
Save verkholantsev/c686abcc871888df5cfa to your computer and use it in GitHub Desktop.
SSH tunnel
sudo ssh -f -N -L 80:registry:80 user@host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment