Http and socks proxy server over ssh tunnel
npm install ssh-proxyHttp and socks proxy over ssh tunnel
``bash`
npm install -g ssh-proxy
`bash`
ssh-proxy -D 8080 user@example.com
See also
`bash`
ssh-proxy --help
ssh dynamic port forwarding supports socks protocol, but not http one.ssh-proxy` supports both protocols: http and socks (v4 and v5)
And some apps can use only http proxies.
That's why this package exists.