https://github.com/ideoforms/proxy-toggle
OS X shell script to create an ssh web proxy
https://github.com/ideoforms/proxy-toggle
Last synced: 11 months ago
JSON representation
OS X shell script to create an ssh web proxy
- Host: GitHub
- URL: https://github.com/ideoforms/proxy-toggle
- Owner: ideoforms
- Created: 2014-01-12T23:15:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T11:24:45.000Z (over 12 years ago)
- Last Synced: 2025-06-06T09:10:01.978Z (about 1 year ago)
- Language: Shell
- Size: 156 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proxy-toggle
============
proxy-toggle: OS X shell script to toggle web proxying through an ssh host,
for secure browsing that appears to come from elsewhere.
Requires a remote host with ssh access.
To avoid password prompts, generate a public key and add it to the remote hosts'
~/.ssh/authorized_keys
Makes use of SSH's SOCKS tunneling capabilities:
http://www.linuxjournal.com/content/use-ssh-create-http-proxy
Daniel Jones