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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [141.123.110.69] X-Originating-Email: [stuts_andersonbd1 AT hotmail DOT com] From: "Ben Anderson" To: cygwin AT cygwin DOT com Subject: ssh hangs Date: Mon, 01 Dec 2003 13:32:01 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 01 Dec 2003 13:32:01.0324 (UTC) FILETIME=[804FCEC0:01C3B80F] 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 AT 24 DOT 123 DOT 149 DOT 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 AT proxy DOT 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 AT 24 DOT 123 DOT 149 DOT 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 AT proxy DOT com:80 24.169.119.75 80 debug1: identity file ./rsa1_no_pass type 0 my ssh_config: Host * ProxyCommand connect.exe -H myUID AT proxy DOT 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/