Skip to content

Instantly share code, notes, and snippets.

@sandorkazi
Created December 29, 2018 00:15
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 sandorkazi/af5aae38d766e14964e97b49c4271875 to your computer and use it in GitHub Desktop.
Save sandorkazi/af5aae38d766e14964e97b49c4271875 to your computer and use it in GitHub Desktop.
ssh proxy
ssh -D {{proxyport}} -f -C -c aes256-ctr -q $@ sleep 10; firefox -P proxy{{proxyport}} &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment