X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=uTHvLPRbt3RH+RnVQXonhfyUpxO9fEPPeDBGsEFmFWJ oA5WhJ47FJCqHCMq1W4Ga+QO3jyZeCszj4M30h+UQkC0c7wKwXTeCFCsL8b6xK+K Sb/kB8BmPtLat/Obhlm91yJzEL6thdlxxS86R3Z3/cr4Rw3/7sG8ToyfTtcLZLmU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=+vlaiAb6jNM4AFqwPYqZH3I6mAg=; b=M55+Q0TjlWW8vD8ho 1DL2BrdNCqTOWgV66MSMfq017P3UKzav7redxpdJIXZC2yws3hrNv4r/M8Q9x/rM wWI1eHszNcqeqJueauJbVEBU6qwWqxCMPL20RSypDzN1z+uISD8uFYdvRLJj0Wfe pSTn/oMWDPd85irErKKMdC+EaM= 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 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 Message-ID: <523F1BDA.2050608@mailme.ath.cx> Date: Sun, 22 Sep 2013 18:33:30 +0200 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 AT cygwin DOT 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 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