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 hangs


Hi,
I just want to do the minimal amount of configuration to get me going with ssh. I know the server works because I've logged in from other linux boxes.


I am using connect.exe, which seems to be working ok.
This first problem I'm having is that it won't let me use protocol 2:

$ ssh -2 -vvv -i ./rsa_no_pass -F ./ssh_config -p 80 root@24.123.149.75
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
debug1: Reading configuration data ./ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Executing proxy command: exec connect.exe -H myUID@proxy.com:80 24.123.149.75 80
debug3: Not a RSA1 key file ./rsa_no_pass.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file ./rsa_no_pass type 1


so, fine I'll use protocol 1, but now it just hangs after asking for my proxy password:

$ ssh -1 -vvv -i ./rsa1_no_pass -F ./ssh_config -p 80 root@24.123.149.75
OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
debug1: Reading configuration data ./ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Executing proxy command: exec connect.exe -H myUID@proxy.com:80 24.169.119.75 80
debug1: identity file ./rsa1_no_pass type 0


my ssh_config:

Host *
  ProxyCommand connect.exe -H myUID@proxy.com:80 %h %p

and yes, the ssh server is running on port 80.

Any thoughts?
Thanks,
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]