Mail Archives: cygwin/2003/12/01/08:32:27
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/
- Raw text -