ssh-proxy
v0.2.1
Published
Http and socks proxy server over ssh tunnel
Downloads
14
Maintainers
Readme
ssh-proxy
Http and socks proxy over ssh tunnel
Install
npm install -g ssh-proxy
Usage
ssh-proxy -D 8080 [email protected]
See also
ssh-proxy --help
Motivation
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)