From charlesreid1

Installing

Mac OS X

To install this on Mac OS X, I had to remove the corkscrew-provided config.guess file and replace it with my system's config.guess at /usr/share/libtool/config.guess.

Then I was able to run the usual

./configure --prefix=/path/to/corkscrew/

then make and make install.

Usage

Usage is straightforward:

corkscrew proxyhostname proxyport destinationhostname destinationport

This can be integrated with ssh by adding this to your ~/.ssh/config:

ProxyCommand /path/to/corkscrew/bin/corkscrew localhost 8080 %h %p