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]

ssh ProxyCommand - connect.exe


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/


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