X-Spam-Check-By: sourceware.org Message-ID: <43BE68BE.8C82EFE@dessent.net> Date: Fri, 06 Jan 2006 04:55:26 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: sshd must be restarted References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Ken Senior wrote: > Does anyone know why after a Windows XP reboot one must restart the SSH > daemon in order to allow incoming ssh? The process is automatically > running after a reboot but all incoming SSH from remote clients are > terminated with the following message being displayed on the remote > client: > > ssh_exchange_identification: Connection closed by remote host > > Restarting the daemon, either in Windows services or on the bash command > line, fixes the problem allowing in ssh traffic once again. ?? You should check the Event Log on the host machine, since any errors would be displayed there. What it sounds like is that the service is starting before some other required networking component has started. As part of the XP bootup time optimizations a lot of stuff is launched in parallel. You might try setting 'tcpip' as a startup dependency of the sshd service to see if it fixes things. Brian -- 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/