mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
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 PORT %h %p
|
|
|
|
WWW: http://www.agroman.net/corkscrew/
|