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]

New install of SSH on Windows XP. Inconsistent connectivity


Hello:

I just installed Cygwin with setup version 2.573 from the net. 
I installed open ssh 

the XP Workstation I installed Cygwin on I created a local account called
cygwin and even dropped it into the local admin group.

I logged in with the account to verify

I ran the mkpasswd and mkgroup commands

I started the Open SSH service successfully.
I can bring up a cygwin shell and ssh to local host
I connect but i do get these errors

Last login: Tue Sep  9 13:31:47 2008 from localhost
Could not chdir to home directory /cygdrive/h: No such file or directory
mkdir: cannot create directory `/cygdrive/h': No such file or directory
Copying skeleton files.
These files are for the user to personalise
their cygwin experience.

These will never be overwritten.

/usr/bin/install: cannot create directory /cygdrive/h: No such file or
directory
/usr/bin/install: cannot create directory /cygdrive/h: No such file or
directory
/usr/bin/install: cannot create directory /cygdrive/h: No such file or
directory
-bash: cd: /cygdrive/h: No such file or directory


My problem is this...

I can not connect to the system remotely from some systems

I have system A on the same subnet running Windows XP.. I use Putty on it to
connect to many systems
I ran wireshark to capture on the Cygwin SSH server... The server is sending
a FIN ACK after a 5 second pause....


1 14:33:46.419454 15.23.19.130        15.23.19.164        TCP      66           
28033 > ssh [SYN] Seq=0 Len=0 MSS=1460 WS=14

2 14:33:46.419484 15.23.19.164        15.23.19.130        TCP      66           
ssh > 28033 [SYN, ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1460 WS=0

3 14:33:46.419617 15.23.19.130        15.23.19.164        TCP      60           
28033 > ssh [ACK] Seq=1 Ack=1 Win=151060480 Len=0

4 14:33:51.467217 15.23.19.164        15.23.19.130        TCP      54           
ssh > 28033 [FIN, ACK] Seq=1 Ack=1 Win=65535 Len=0

5 14:33:51.467347 15.23.19.130        15.23.19.164        TCP      60           
28033 > ssh [ACK] Seq=1 Ack=2 Win=151060480 Len=0

6 14:33:51.467470 15.23.19.130        15.23.19.164        TCP      60           
28033 > ssh [FIN, ACK] Seq=1 Ack=2 Win=151060480 Len=0


However.
I have system B a linux box that can connect to it... and it is on a
different subnet....
and I have system C another XP box that is on the same subnet and it can
connect as well...

How can I view why the session is being rejected?

Thanks,
Guy


-- 
View this message in context: http://www.nabble.com/New-install-of-SSH-on-Windows-XP.-Inconsistent-connectivity-tp19398279p19398279.html
Sent from the Cygwin list mailing list archive at Nabble.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]