diff options
Diffstat (limited to 'net/proxy-connect/pkg-descr')
-rw-r--r-- | net/proxy-connect/pkg-descr | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/proxy-connect/pkg-descr b/net/proxy-connect/pkg-descr deleted file mode 100644 index 0062ed5e0bd5..000000000000 --- a/net/proxy-connect/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -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://exit2shell.com/~skreuzer/projects/proxy-connect/ |