Import net/proxy-connect version 100
[dports.git] / net / proxy-connect / pkg-descr
1 proxy-connect is a simple relaying command to make network connection via SOCKS
2 and HTTPS proxies. It is mainly intended to be used as proxy command for
3 OpenSSH.
4
5 Features of proxy-connect are:
6
7     * Supports SOCKS (version 4/4a/5) and HTTPS CONNECT method.
8     * Supports NO-AUTH and USERPASS authentication of SOCKS
9     * Partially supports telnet proxy (experimental).
10     * You can input password from tty, ssh-askpass or environment variable.
11     * Simple and general program independent from OpenSSH.
12     * You can also relay local socket stream instead of standard I/O.
13
14 Example Usage:
15
16 Add to ~/.ssh/config
17
18 Host remote.outside.net
19         ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p
20
21 WWW: http://exit2shell.com/~skreuzer/projects/proxy-connect/