From charlesreid1

Revision as of 02:56, 17 April 2011 by Admin (talk | contribs) (Created page with "=Installing= ==Mac OS X== To install this on Mac OS X, I had to remove the corkscrew-provided <code>config.guess</code> file and replace it with my system's <code>config.guess<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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