2001-04-17 20:10:48 +02:00
|
|
|
Corkscrew is a simple utility to help tunnel SSH connections through
|
|
|
|
web proxies.
|
|
|
|
|
|
|
|
Add the following line to your ~/.ssh/config file (replacing HOST and
|
|
|
|
PORT with your web proxy settings):
|
2004-01-06 05:02:41 +01:00
|
|
|
ProxyCommand /usr/local/bin/corkscrew HOST PORT %h %p
|
2001-04-17 20:10:48 +02:00
|
|
|
|
|
|
|
WWW: http://www.agroman.net/corkscrew/
|