X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: sshd connection reset by peer problem Date: Thu, 15 Jun 2006 15:03:56 -0400 Message-ID: From: "Harig, Mark" To: "marct" , X-IsSubscribed: yes 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k5FJ5slo024497 > -----Original Message----- > From: cygwin-owner AT cygwin DOT com > [mailto:cygwin-owner AT cygwin DOT com] On Behalf Of marct > Sent: Thursday, June 15, 2006 10:23 AM > To: cygwin AT cygwin DOT com > Subject: Re: sshd connection reset by peer problem > > > Thanks for the pointer. I removed all of my keys from the > .ssh directory and > then ran ssh-keygen.exe which created 3 new sets of keys but > I still get > connection reset by peer: > > $ ssh -vvv localhost Unless you have an ssh server running on 'localhost', then this command will not work because your 'ssh' client has no server to communicate with. Setting up a (Cygwin) ssh service on your Windows computer is possible, but it's not likely that you want to do that because you have said that you are new to using ssh. Instead, you should find out the IP address of the ssh server, if any, is available on your network. Once you've found out that IP address, then you should first ping it to confirm that your computer has some basic network connectivity to that address. Cygwin provides a simplified method for creating ssh encryption- key files: ssh-user-config. After removing your present key files, run that script, and respond to its prompts. Typically, you will not need the RSA1 and DSA key types, so you can respond no when prompted to create them (they are less secure than the RSA2 key type). --- -- 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/