Cygwin: I've discovered the same sshd issue on a second Windows XP SP2 machine "p3533" (it is a backup server that I rarely power cycle, so I didn't notice the problem until a Windows Automatic Update cycled power automatically).
It would appear that the problem exists whether or not McAfee VirusScan Enterprise 8.0i "On-Access Scan" is enabled or disabled. Please see attached console sessions and cygcheck.out. I installed Cygwin on p3533 on 1/09/2005 and haven't updated it since. I didn't see this issue when I installed sshd, but I may have missed it. Given that the same problem exists on two machines, one with Cygwin as of ~1/9/2005 and another with Cygwin as of ~2/8/2005, and that the issue did not appear until after 1/9/2005, my guess is that it is due to some other system change that occurred in between. This is the only Windows XP update installed during that period: Windows XP Hotfix - KB890175 Installed On 1/13/2005 Which you can read about here: http://www.microsoft.com/downloads/details.aspx?familyid=43201B00-298D-4C0C-A26F -AAEDF163FEB7&displaylang=en Any suggestions? TIA, David
[EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ ssh p42800e Last login: Fri Feb 11 06:19:10 2005 from p3533 [EMAIL PROTECTED]:~$ exit logout Connection to p42800e closed. [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ cygcheck -s -v -r > cygcheck.out [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ net stop sshd The CYGWIN sshd service is stopping. The CYGWIN sshd service was stopped successfully. [EMAIL PROTECTED]:~$ ssh localhost ssh: connect to host localhost port 22: Connection refused [EMAIL PROTECTED]:~$ net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service was started successfully. [EMAIL PROTECTED]:~$ ssh localhost Last login: Fri Feb 11 06:18:30 2005 from localhost [EMAIL PROTECTED]:~$ exit logout Connection to localhost closed. [EMAIL PROTECTED]:~$
p3533-cygcheck-20050213.out
Description: Binary data
[EMAIL PROTECTED]:~$ # disable McAfee VSE on-access scan [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ ssh p42800e Last login: Sun Feb 13 08:41:55 2005 from p3533 [EMAIL PROTECTED]:~$ exit logout Connection to p42800e closed. [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ net stop sshd The CYGWIN sshd service is stopping. The CYGWIN sshd service was stopped successfully. [EMAIL PROTECTED]:~$ ssh localhost ssh: connect to host localhost port 22: Connection refused [EMAIL PROTECTED]:~$ net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service was started successfully. [EMAIL PROTECTED]:~$ ssh localhost Last login: Sun Feb 13 08:44:12 2005 from localhost [EMAIL PROTECTED]:~$ exit logout Connection to localhost closed. [EMAIL PROTECTED]:~$
-- 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/