Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-Id: <5.1.0.14.2.20011220192439.0354d5b8@imap.local.mscha.com> X-Sender: ml AT imap DOT local DOT mscha DOT com (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 20 Dec 2001 19:28:54 +0100 To: CyberZombie , cygwin AT cygwin DOT com From: Michael Schaap Subject: Re: How do I use a socks server with cygwin? In-Reply-To: <3C2204E6.2010501@mediaone.net> References: <20011220132712 DOT GB2396 AT dothill DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed At 16:33 20-12-2001, CyberZombie wrote: >That's just it -- I normally use 443 as a way to get through firewalls >with ssh. But at the company I work for (I'm a consultant), EVERY port is >locked down or pushed through a socks server. Hence my need to get a >functional socks filter... From /usr/src/openssh*/contrib/README: http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows ProxyCommand which allows OpenSSH to make connections through a SOCKS5 or http proxy which supports the CONNECT method (eg. Squid). Works fone for me. Compiles OOTB on Cygwin, I put it in /usr/local/bin/proxyconnect, and added the following lines to /etc/ssh_config: Host machine_that_needs_socks another_such_machine ProxyCommand proxyconnect -R local -S socks.server.domain.tld %h %p HTH, - Michael -- I always wondered about the meaning of life. So I looked it up in the dictionary under "L" and there it was - the meaning of life. It was not what I expected. - Dogbert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/