Created
February 3, 2016 16:46
-
-
Save erichnascimento/3d9dbdf43e4ee3ae7ba8 to your computer and use it in GitHub Desktop.
Using Amazon EC2 instance as 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
# Add PEM key | |
ssh-add my-key.pem | |
# Open a local tunnel for all interfaces, using port 6352 | |
ssh -D 0.0.0.0:6352 -f -C -q -N [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment