Last active
July 4, 2017 14:03
-
-
Save ihordiachenko/5b5efafe20f8fa34537a48824eb9c6cb to your computer and use it in GitHub Desktop.
SSH Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh -fN [email protected] -L 7777:myserver.com:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment