1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net/proxy-connect/pkg-descr
Martin Wilke b520942848 - Update to 100
- Pass maintainership to submitter

PR:		128619
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
2008-11-09 22:53:24 +00:00

22 lines
759 B
Plaintext

proxy-connect is a simple relaying command to make network connection via SOCKS
and HTTPS proxies. It is mainly intended to be used as proxy command for
OpenSSH.
Features of proxy-connect are:
* Supports SOCKS (version 4/4a/5) and HTTPS CONNECT method.
* Supports NO-AUTH and USERPASS authentication of SOCKS
* Partially supports telnet proxy (experimental).
* You can input password from tty, ssh-askpass or environment variable.
* Simple and general program independent from OpenSSH.
* You can also relay local socket stream instead of standard I/O.
Example Usage:
Add to ~/.ssh/config
Host remote.outside.net
ProxyCommand /usr/local/sbin/proxy-connect -S socks:1080 %h %p
WWW: http://www.meadowy.org/~gotoh/projects/connect