From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25979 invoked by alias); 22 Sep 2013 16:33:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 25965 invoked by uid 89); 22 Sep 2013 16:33:37 -0000 Received: from konqorde.nl (HELO konqorde.nl) (78.47.204.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 22 Sep 2013 16:33:37 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_40,RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.2 X-HELO: konqorde.nl Received: from 46-129-31-3.dynamic.upc.nl ([46.129.31.3] helo=[192.168.18.129]) by konqorde.nl with esmtp (Exim 4.80) (envelope-from ) id 1VNmbC-0001Q3-Vm for cygwin@cygwin.com; Sun, 22 Sep 2013 18:33:31 +0200 Message-ID: <523F1BDA.2050608@mailme.ath.cx> Date: Sun, 22 Sep 2013 18:18:00 -0000 From: bartels User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130704 Icedove/17.0.7 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: About ssh References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00316.txt.bz2 On 09/22/2013 06:16 PM, Javier Vasquez wrote: >> On Sat, Sep 21, 2013 at 9:59 AM, Robert Klemme wrote: >>> On Fri, Sep 20, 2013 at 11:36 PM, Javier Vasquez >>> wrote: >>> ... >> Did you actually start it? You can verify with "netstat -an" that >> something is listening on port 22 as a first quick check. >> >> Kind regards >> >> robert > Yes, see: > > % netstat -an | 'grep' :22 > TCP 0.0.0.0:22 0.0.0.0:0 LISTENING > TCP [::]:22 [::]:0 LISTENING > > Though when attempting "ssh " there's a time out failure, :-( > It looks like you have no routing to that port. What happens when you turn off the windoze firewall completely? To see if there is routing, I find it easier to use netcat Install netcat, disable sshd server, then run this: $ nc -lp 22 On your client, you run $ echo blah | nc 22 If you have routing, then your problem is in sshd - bartels -- 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