0.2.1 • Published 1 year ago

ssh-proxy v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

ssh-proxy

Http and socks proxy over ssh tunnel

Install

npm install -g ssh-proxy

Usage

ssh-proxy -D 8080 user@example.com

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)