Cygwin: I recently rebuilt my XP Pro SP2 workstation and re-installed Cygwin. I noticed that when the machine is booted, sshd is unresponsive until I manually stop and restart it:
[EMAIL PROTECTED]:~$ date Tue Feb 8 21:02:53 PST 2005 [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ cygcheck -s -v -r > cygcheck.out [EMAIL PROTECTED]:~$ date Tue Feb 8 21:04:01 PST 2005 [EMAIL PROTECTED]:~$ ssh localhost ssh_exchange_identification: Connection closed by remote host [EMAIL PROTECTED]:~$ date Tue Feb 8 21:11:45 PST 2005 [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]:~$ net start sshd The CYGWIN sshd service is starting. The CYGWIN sshd service was started successfully. [EMAIL PROTECTED]:~$ ssh localhost Last login: Tue Feb 8 21:00:49 2005 from localhost [EMAIL PROTECTED]:~$ exit logout Connection to localhost closed. [EMAIL PROTECTED]:~$ Any suggestions? TIA, David
cygcheck.out
Description: Binary data
-- 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/