blob: 9abecdd5e51bba5f7c3dac361a4fdf0294a7b473 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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):
ProxyCommand /usr/local/bin/corkscrew HOST -p PORT %h %p
Corkscrew is known to work with the Gauntlet and CacheFlow proxies.
WWW: http://www.agroman.net/corkscrew/
|