Created
October 5, 2019 17:04
-
-
Save alphamarket/80d18cc15446efc6184607278b955966 to your computer and use it in GitHub Desktop.
creating an SSH proxy over a port
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
function ssh-proxy() { | |
echo "Running ssh-proxy at local port: 9999" | |
ssh -D 9999 -qCN $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.