Meta Configuration of Package connect

19
 
1
<package name="connect" project="Extra">
2
  <title>Relays network connections via SOCKS and http(s) proxy</title>
3
  <description>"connect" is the simple relaying command to make network connection via SOCKS and https proxy. 
4
It is mainly intended to be used as proxy command of OpenSSH. You can make SSH session beyond the firewall with this command
5
6
Features of connect are:
7
8
- Supports SOCKS (version 4/4a/5) and https CONNECT method.
9
- Supports NO-AUTH and USERPASS authentication of SOCKS
10
- Partially supports telnet proxy (experimental).
11
- You can input password from tty, ssh-askpass or environment variable.
12
- Run on UNIX or Windows platform.
13
- You can compile with various C compiler (cc, gcc, Visual C, Borland C. etc.)
14
- Simple and general program independent from OpenSSH.
15
- You can also relay local socket stream instead of standard I/O.
16
17
</description>
18
</package>
19