ssh-proxy
v0.2.1
Published
Http and socks proxy server over ssh tunnel
Maintainers
Readme
ssh-proxy
Http and socks proxy over ssh tunnel
Install
npm install -g ssh-proxyUsage
ssh-proxy -D 8080 [email protected]See also
ssh-proxy --helpMotivation
ssh dynamic port forwarding supports socks protocol, but not http one.
And some apps can use only http proxies.
That's why this package exists. ssh-proxy supports both protocols: http and socks (v4 and v5)
