This is the mail archive of the cygwin 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: Connection timed out


On Sat, Oct 30, 2010 at 09:38:05AM -0700, KeithLaw wrote:
> 
> This is the output.
> 
> 6. Here is the debug messages. 
> debug1: Reading configuration data /etc/ssh_config 
> debug1: Applying options for * 
> debug2: ssh_connect: needpriv 0 
> debug1: Connecting to 192.168.x.xx [192.168.x.xx] port 22 
> debug1: connect to address 192.168.x.xx port 22: Connection timed out 
> ssh: connect to host 192.168.x.xx port 22: Connection timed out

Can you please try to telnet port 22?
AFAICT you don't need to install anything. Just use win7 native
telnet:

$ uname -a
CYGWIN_NT-6.1 win7 1.7.7(0.230/5/3) 2010-08-31 09:58 i686 Cygwin

$ cmd
Microsoft Windows [Versión 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Reservados todos los
derechos.

C:\cygwin\home\dawud>telnet 164.0.0.6 22
telnet 164.0.0.6 22
Trying 164.0.0.6...
Connected to 164.0.0.6.
Escape character is '^]'.
SSH-2.0-OpenSSH_5.6
quit
Protocol mismatch.
Connection closed by foreign host.

Note that my local IPs are:

$ egrep "(localhost|win7)" /etc/hosts
127.0.0.1       localhost
::1             localhost
164.0.0.6       win7

You could also try to re-generate your sshd config by issuing

$ ssh-host-config

Could you please follow the guidelines in
http://cygwin.com/problems.html and attach a 

$ cygcheck -s -v -r > cygcheck.out

to your next reply?

-- 
Huella de clave primaria: 0FDA C36F F110 54F4 D42B  D0EB 617D 396C 448B 31EB

Attachment: signature.asc
Description: Digital signature


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