Skip to content

Instantly share code, notes, and snippets.

@erichnascimento
Created February 3, 2016 16:46
Show Gist options
  • Save erichnascimento/3d9dbdf43e4ee3ae7ba8 to your computer and use it in GitHub Desktop.
Save erichnascimento/3d9dbdf43e4ee3ae7ba8 to your computer and use it in GitHub Desktop.
Using Amazon EC2 instance as proxy
# 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