Proxytunnel Installation on MacOS X: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with '=== How To === * Download tarball from http://proxytunnel.sourceforge.net/ * <tt>cd '/Users/<yourusername>/Development/src/proxytunnel/'</tt> (or whereever you put the downloaded…')
 
Line 4: Line 4:
* <tt>tar xzf proxytunnel-1.9.0.tgz</tt>
* <tt>tar xzf proxytunnel-1.9.0.tgz</tt>
* <tt>cd proxytunnel-1.9.0</tt>
* <tt>cd proxytunnel-1.9.0</tt>
* <tt>make</tt>
* <tt>make install</tt>


=== Usage ===
=== Usage ===

Revision as of 09:40, 2 October 2012

How To

  • Download tarball from http://proxytunnel.sourceforge.net/
  • cd '/Users/<yourusername>/Development/src/proxytunnel/' (or whereever you put the downloaded tgz)
  • tar xzf proxytunnel-1.9.0.tgz
  • cd proxytunnel-1.9.0
  • make
  • make install

Usage

  • cd ~/.ssh
  • vi config
Host aliasnameofhost
       ProxyCommand /usr/local/bin/proxytunnel -g <proxy.somecompany> -G 443 -d <actual.target.hostname> -D 443