Package: corkscrew
Version: 2.0
Revision: 1
Description: Tunnel TCP connections through HTTP proxies
License: GPL
Maintainer: Todai Fink Team <fink@sodan.ecc.u-tokyo.ac.jp>
Source: http://www.agroman.net/corkscrew/%n-%v.tar.gz
Source-Checksum: SHA256(0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be)
UpdateConfigGuess: true
DocFiles: AUTHORS COPYING NEWS ChangeLog README INSTALL TODO
Homepage: http://www.agroman.net/corkscrew/
DescDetail: <<
Corkscrew is a tool for tunneling SSH through HTTP proxies, but
...you might find another use for it.

Corkscrew has been tested with the following HTTP proxies :
 * Gauntlet
 * CacheFlow
 * JunkBuster
 * Apache mod_proxy
<<
DescUsage: <<
Setting up Corkscrew with SSH/OpenSSH is very simple.  Adding
the following line to your ~/.ssh/config file will usually do
the trick (replace proxy.example.com and 8080 with correct values):

ProxyCommand /usr/local/bin/corkscrew proxy.example.com 8080 %h %p
<<