This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: ssh ProxyCommand - connect.exe


Jason,
yes, that page is where I got my test from as well. The test has nothing to do with ssh (although that's why I'm ultimately using connect.exe). This test just proves that something is not working correctly with my connect.exe configuration. If I can't access port 80 on www.yahoo.com, then I can't access anything. Also, I did try to access a legit ssh server which gave me the same error.
-Ben



From: "DePriest, Jason R." <jrdepriest@ftb.com>
To: <cygwin@cygwin.com>
Subject: RE: ssh ProxyCommand - connect.exe
Date: Wed, 19 Nov 2003 13:06:33 -0600

Is SSH running on port 80 on yahoo.com?

You are asking 'connect.exe' to use 'surf.proxy.com' as your SOCKS proxy
server to connect via SSH to 'www.yahoo.com' on port 80.

The 'SOCKS' port defaults to 1080 since you didn't specify one.

-Jason

I am not sure where you downloaded connect.exe from, but the information
I used to troubleshoot this was from this site:
http://www.imasy.or.jp/~gotoh/ssh/connect.html

> -----Original Message-----
> From: cygwin-owner@cygwin.com
> [mailto:cygwin-owner@cygwin.com] On Behalf Of Ben Anderson
> Sent: Wednesday, November 19, 2003 10:37 AM
> To: cygwin@cygwin.com
> Subject: Re: ssh ProxyCommand - connect.exe
>
>
> sorry to post again, but to avoid confusion, I did have a
> copy and pasting
> error.  The actual command line should be:
> $ connect.exe -d -S surf.proxy.com www.yahoo.com 80
>
> >From: "Ben Anderson" <stuts_andersonbd1@hotmail.com>
> >To: cygwin@cygwin.com
> >Subject: ssh ProxyCommand - connect.exe
> >Date: Wed, 19 Nov 2003 16:33:33 +0000
> >
> >I followed the installation instructions for connect.c to
> use for ssh
> >connections, but it's not working.  Instead of compiling connect.c I
> >downloaded the precompiled connect.exe.  Here's the output:
> >
> >$ connect.exe -d -S the.proxy.com www.yahoo.com 80
> >DEBUG: (none)
> >DEBUG: relay_method = SOCKS (2)
> >DEBUG: relay_host=surf.proxy.com
> >DEBUG: relay_port=1080
> >DEBUG: relay_user=banderso
> >DEBUG: socks_version=5
> >DEBUG: socks_resolve=REMOTE (2)
> >DEBUG: local_type=stdio
> >DEBUG: dest_host=www.yahoo.com
> >DEBUG: dest_port=80
> >DEBUG: Program is $Revision: 1.69 $
> >DEBUG: resolving host by name: www.yahoo.com
> >DEBUG: resolved: www.yahoo.com (216.109.118.70)
> >DEBUG: not matched, addr to be SOCKSified: 216.109.118.70
> >DEBUG: resolving host by name: surf.proxy.com
> >DEBUG: resolved: surf.proxy.com (192.168.2.5)
> >DEBUG: connecting to 192.168.2.5:1080
> >DEBUG: connect() failed.
> >FATAL: Unable to connect to relay host, errno=10061
> >
> >any ideas?  I know the authentication method (USER/PASS) requires a
> >password, but I believe it's supposed to prompt me, correct?
> >
> >TIA,
> >Ben
> >
> >_________________________________________________________________
> >Gift-shop online from the comfort of home at MSN Shopping!
> No crowds, free
> >parking.  http://shopping.msn.com
> >
> >
> >--
> >Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> >Problem reports:       http://cygwin.com/problems.html
> >Documentation:         http://cygwin.com/docs.html
> >FAQ:                   http://cygwin.com/faq/
> >
>
> _________________________________________________________________
> Set yourself up for fun at home!  Get tips on home
> entertainment equipment,
> video game reviews, and more here.
> http://special.msn.com/home/homeent.armx
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


_________________________________________________________________
From the hottest toys to tips on keeping fit this winter, you?ll find a
range of helpful holiday info here. http://special.msn.com/network/happyholidays.armx


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]