X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com connect(): Connection refused From: Andrew Schulman Subject: Re: sshd starts but won't accept connections? Date: Fri, 5 Mar 2010 20:11:16 +0000 (UTC) Lines: 9 Message-ID: References: <87tysun40j DOT fsf AT pobox DOT com> <4B91331B DOT 1010703 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Larry Hall (Cygwin cygwin.com> writes: > > So how to to make sshd on the cygwin box accept connections? > > Sounds like a firewall is getting in the way. Agreed. ssh -v or ssh -vv on the client may give you more information. On the server, try 'netstat -nabo | grep -A1 :22' to see if your sshd process is listening on port 22. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple