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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; q=dns; s=default; b=ITDu3q/aqti4YDw8 VIop45ugl/8FnJKmxWF2HIFvKB2cbZ3nXeoqnDCUbwnyoOAgM9aF80mK+FtUUfvw sqUsIz6P/nz//+PHqO14u+L+QdQ+nYXnW0JF9aXrRqo6XTrOvR7IYULas6JSOWMt RjYT/MKGgvtg3fQ/p6LkV3LhuqM= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; s=default; bh=i9j+2yIm1UrxvO8PhudLVK /0B0U=; b=qNXpuOml4f0FgtMz1tCcP4pumpbpN9X4hU8vyJgZKVOjgzpXZKScEg LMNFd+hdODJfXrPsRB+JuwW50+CP1PeMGsAZyQx3TU5uxppgiHQCy7vNltHaU07d isf/IbnzFrKaNKz5bMP8cz7lgM3Wu/oluCuut1e6hFuo2P6c4hrKU= 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=0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-qe0-f54.google.com MIME-Version: 1.0 X-Received: by 10.224.45.136 with SMTP id e8mr12570140qaf.44.1379779151215; Sat, 21 Sep 2013 08:59:11 -0700 (PDT) In-Reply-To: References: Date: Sat, 21 Sep 2013 15:59:11 +0000 Message-ID: Subject: Re: About ssh From: Robert Klemme To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=windows-1252 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r8LFxQ0K004793 On Fri, Sep 20, 2013 at 11:36 PM, Javier Vasquez wrote: > Hi, > > I'm able to perform: > > % ssh localhost > > From cygwing. But I'm unable to perform: > > % ssh > > I always get: > > -- > ssh: connect to host 192.168.2.103 port 22: Connection timed out > -- > > The client works well hooking to a remote machine: > > % ssh @ > > Works just fine from cygwin. But once in the remote machine, I'm > unable to perform: > > % ssh @ > > It returns the same time out error, but it lasts a longer to return it. > > I've even add c:\cygwing64\usr\bin\sshd as an allowed application on > the windows firewall settings (for private net only). As that didn't > work, I also added new rules (for both TCP and UDP) to allow incoming > connections on port 22. That didn't help either. > > I've tried as well to set UsePrivilegeSeparation to no. But that was > of no help either. > > I'm totally clueless now. > > I've followed several howtos like: > > http://docs.oracle.com/cd/E24628_01/install.121/e22624/preinstall_req_cygwin_ssh.htm > http://superuser.com/questions/445237/cygwin-ssh-server-is-not-accepting-connections > http://windows.microsoft.com/is-is/windows7/open-a-port-in-windows-firewall > http://lifehacker.com/205090/geek-to-live--set-up-a-personal-home-ssh-server > http://www.noah.org/ssh/cygwin-sshd.html > > The only caveat on the 1st link is that I couldn't remove the > "win_user", and then regenerate it as local user, cause: > > -- > mkpasswd -l –u > -- > > Returns nothing on me. So I can't append its output to /etc/passwd > > But that didn't seem to prevent being able to connect to localhost any > ways. So it doesn't seem to be an issue. > > BTW, the service is running OK according to windows "local services". > > Another caveat is that I didn't install cygwin for all users, just to > the myself (). That didn't prevent the service to run, > neither it prevent me from ssh to localhost. > > Any hints on how to enable sshd to receive connections? 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 -- remember.guy do |as, often| as.you_can - without end http://blog.rubybestpractices.com/ -- 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