Last active
February 9, 2017 07:13
-
-
Save raidoz/3eea6340461696ece7c00d0228d2db32 to your computer and use it in GitHub Desktop.
SSH http proxy
This file contains 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
# 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