gotun

Lightweight HTTP proxy over SSH for secure tunneling

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight HTTP proxy over SSH

Commands

gotun

Examples

Create an HTTP proxy tunnel through SSH server$ gotun -ssh user@example.com:22 -listen 127.0.0.1:8080
Use custom SSH key for authentication$ gotun -ssh user@example.com:22 -listen 127.0.0.1:8080 -key ~/.ssh/id_rsa
Configure environment variable to use gotun as HTTP proxy$ export http_proxy=http://127.0.0.1:8080 && curl https://example.com