Skip to content

Instantly share code, notes, and snippets.

@marvell
Created April 30, 2015 15:45
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 marvell/379104896ab95e7ef4ea to your computer and use it in GitHub Desktop.
Save marvell/379104896ab95e7ef4ea to your computer and use it in GitHub Desktop.
Проброс портов с удаленной машинки на локальную через SSH
$ ssh -f -N -L 9906:127.0.0.1:3306 user@database.example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment