blob: 08cf22beb222f7d2039f60345d4122cc0aace4c3 (
plain) (
tree)
|
|
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
|