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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=TCFyjOn9ZJZBFWAwpY+DojyHQs+1 sQsypBroBjDvutUI2jguU9wdjGIRGHyFAN+7FuUwIkYXAgshutpZpUWe9vRR7++y S+cpoLwDYcbE2KyG4CjPIXl0rAXmUM0JTOS8TAZqWOeSVgGZ5s7LS3BC7RBrUpJL zDS8zkxuYynLiIQ= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=veV58BGvO/afv2EDptbvy/+LDgg=; b=oF WUzjZ11G9F8ooh0fJaauZ+Ts4YL54EeVWBAQ4irbcXt3gfVbnHP0kuWR1D+edw8S eNuF3Yoa0tY7QjPvKKaT9G6YKrEJduEEAqv2EYo4mKHm2mMVHXY43szj5S3kqKbq uzFVLm4i51BhBbdsRYcNppiV6to2Znm8I2ajsPQ0o= 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.5 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: etr-usa.com Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) Subject: Re: Telnet / SSH connection timeout on LAN From: Warren Young In-Reply-To: <1436142936994-119480.post@n5.nabble.com> Date: Wed, 8 Jul 2015 14:59:01 -0600 Message-Id: <7931485F-EEA3-4C1B-8B2C-E495EF5ED1A9@etr-usa.com> References: <1436142936994-119480 DOT post AT n5 DOT nabble DOT com> To: The Cygwin Mailing List X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t68KxDIm000975 On Jul 5, 2015, at 6:35 PM, Spinfusion wrote: > > To set up rsync over SSH, to sync my org-mode GTD files, activated every > time my laptop or pc goes idle, as described by Gina Trapani. If you’re referring to the following article, it was written about a month before Dropbox went live. http://lifehacker.com/196122/ Since then, Google, Apple, Microsoft and others have jumped onto the free cloud storage bandwagon. All of those services address every one of the advantages Gina gives for her solution, except open source, and for that, you’ve got the likes of tarsnap: http://www.tarsnap.com/ Why are you reinventing these perfectly good wheels, poorly? Yes, poorly. rsync requires a pretty heavy network transaction to figure out if files have changed. These other services monitor local files and initiate the delta transfer only when they see a local change. That cost is best paid as rarely as possible; “on every idle” is too often. Anyway, how is futzing around with DIY backup schemes Getting Things Done? :) > ssh error: connection timed out The remote machine either: a) isn’t running ssh; verify with “netstat -na | grep 22.*LISTEN" b) is running it, but it’s firewalled; just because you think the firewall is down doesn’t mean it is; there could be two or more firewalls, for example c) it’s on another port; check the /etc/sshd_config file, unless you know for a fact that you never touched it Failing all that, what does ssh -vvv say? > I don't know what I'm doing and would appreciate some guidance. Did you set Cygwin sshd up using ssh-host-config? That should be all the guidance you require. Maybe run it again and pay more attention to the things it tells you this time? :) -- 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