1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/corkscrew/pkg-descr

11 lines
356 B
Plaintext
Raw Normal View History

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/