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 Date: Mon, 10 Nov 2003 09:58:05 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: 1.5.5: sshd problem Message-ID: <20031110085805.GD18706@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3FAF4E96 DOT 40901 AT curioussymbols DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FAF4E96.40901@curioussymbols.com> User-Agent: Mutt/1.4.1i On Mon, Nov 10, 2003 at 07:38:46PM +1100, John Pye wrote: > Hi everyone > > I have a strange problem with sshd and can't seem to find any tips in > the mailing list archives, ssh docs, or on the web. > > I have been getting the following error, "ssh_exchange_identification: > Connection closed by remote host" - see (1) below Any interesting syslog entry from sshd? Any error message in /var/log/sshd.log? If not, try this: - Deinstall the sshd service: cygrunsrv -R sshd - Edit /etc/passwd and remove the sshd account entry. - Remove the sshd account: net user sshd /delete - If you didn't change much in your /etc/ssh_config and /etc/ssdh_config files, remove them. - Run ssh-host-config again. - Run ssh-user-config for your own (and each other used) account. - Restart the sshd service. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- 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/