Lightweight HTTP proxy over SSH for secure tunneling
Lightweight HTTP proxy over SSH
gotun$ gotun -ssh user@example.com:22 -listen 127.0.0.1:8080$ gotun -ssh user@example.com:22 -listen 127.0.0.1:8080 -key ~/.ssh/id_rsa$ export http_proxy=http://127.0.0.1:8080 && curl https://example.com