X-Recipient: archive-cygwin@delorie.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:from:date:message-id:subject:to
	:content-type:content-transfer-encoding; q=dns; s=default; b=ihC
	6vrPgJHt0S3eQqaAclDn7D2YGs7r6gXmoRGRopNMba7EoYnODJPJxgGT+wPv3Ndi
	a1CyhC8LGMdMrI3UfqaToMQ2uI6o+WeXHMVMPdEWNYGSiTo6ZCXfv+xEBOJjmFku
	73ecV9rtW08A3vin/JTNHtxxrNmrEqMQahPCAsqI=
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:from:date:message-id:subject:to
	:content-type:content-transfer-encoding; s=default; bh=BTJKX1Xj1
	L4x7yhTdSfjd0m1CxY=; b=yg2Zf2Qme4aacU5Jk4kom0z8up5foAo5HBIzIG6Nz
	NL7TuQ0yv3GRi2IH4dtGy9FzEpK8M3U6Abda5SIZXqXoPh3fGI6u+4XQ5ZNq01m2
	UKTbqQZItS6me9EB50k8GqHr3c1cagC+EsEYmbhz1a6fKSzbUd4qztKo/NYAqhGW
	Fk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=scp, Opening
X-HELO: mail-wm0-f41.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:from:date:message-id:subject:to         :content-transfer-encoding;        bh=qSib/7XD/SBELHFiSkFhfIYCsycqgdJXwo2fy7CB9yA=;        b=fCm84S/yMicO8FkKgZdl0MsHHe95bjD5IAv7q3k2qtk50rge8Vr03njE3Sp9SOeUUp         nlRtalL8M9aIvC/lINIKFvaYrIv21IIGTNfZxlkAlv4dW87r/EBrJCRVOy8n/h0iSV3J         toCi/C9AP8lZ8bkirbd4O2/2RtNU0Eme0vgFvv+whzMO0TNiDKjVaApiJ25iyyeJHzLc         AbfqwO2JgERgeMD2fZNl2YTcOiQMG4fgKJwRe8yQElF8zki7lnCNoWxEmLrjy7DgBBwg         1crEqyNq1Zcx8tAWtTmD31S0vb4HFjyBh7b2OArVxvWDmSaZvC5z9gb0d+ErOI0SZoUk         iiVQ==
X-Gm-Message-State: AKGB3mL6m7gZw9O/nr9ABfPBXmWr66C0hiJX8hvMJyI2na9ctE61Lqfy	M64Fs/ti21Jvw34zAaEe43nl/ZTg5530oFjeTFeDcw==
X-Google-Smtp-Source: ACJfBovNWYzfyecqXu0I+kV4D5AH/wR2wQbyu8oPvBKMSAhTXM4XkUEEmUj7/UJavNF0mnSxvX1MimbIwWnz6uGp7wM=
X-Received: by 10.80.137.34 with SMTP id e31mr1383547ede.90.1515105748237; Thu, 04 Jan 2018 14:42:28 -0800 (PST)
MIME-Version: 1.0
From: David Karr <davidmichaelkarr@gmail.com>
Date: Thu, 4 Jan 2018 14:42:27 -0800
Message-ID: <CAA5t8VqaZhPgRjAohsZgbn1D5Sh2a_T5CKFDb5DDrYKEOE=M6Q@mail.gmail.com>
Subject: Can't connect to ssh host with Emacs tramp
To: The Cygwin Mailing List <cygwin@cygwin.com>
Content-Type: text/plain; charset="UTF-8"
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w04MgiA5008575

I've reviewed some of the Emacs tramp documentation, but I'm not sure
what the issue is.

If I'm using Cygwin, I don't need the putty components for this, do I?

When I attempt to open a text file in my homedir on a remote host,
which I can ssh to (passwordless) from the shell, it just times out.

The *Messages* buffer shows this (fqhn is the hostname):
------------------
Tramp: Opening connection for fqhn using scp...
Tramp: Sending command ‘exec ssh   -o ControlMaster=auto -o
ControlPath='tramp.%C' -o ControlPersist=no -e none fqhn’
Tramp: Waiting for prompts from remote shell...
Timeout reached, see buffer ‘*tramp/scp fqhn*’ for details
Tramp: Waiting for prompts from remote shell...failed
Tramp: Opening connection for fqhn using scp...failed
-----------------------

There doesn't appear to be a buffer named "*tramp/scp fqhn*".

--
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


