Skip to content

Instantly share code, notes, and snippets.

@raidoz
Last active February 9, 2017 07:13
Show Gist options
  • Save raidoz/3eea6340461696ece7c00d0228d2db32 to your computer and use it in GitHub Desktop.
Save raidoz/3eea6340461696ece7c00d0228d2db32 to your computer and use it in GitHub Desktop.
SSH http proxy
# Server /etc/ssh/sshd_config
AllowTCPForwarding yes
# PermitOpen any
ssh PROXY_HOSTNAME -D 8888
google-chrome --proxy-server="socks5://localhost:8888"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment