From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp & Cygwin Date: Sun, 30 Apr 2006 14:28:01 +0200 Message-ID: <878xpnqmcu.fsf@gmx.de> References: <8764krsgja.fsf_-_@gmx.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1146400109 17105 80.91.229.2 (30 Apr 2006 12:28:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Apr 2006 12:28:29 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 30 14:28:27 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FaB2G-0003SF-4S for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 14:28:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaB2F-0008Da-Eh for ged-emacs-devel@m.gmane.org; Sun, 30 Apr 2006 08:28:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FaB1v-0008CQ-0a for emacs-devel@gnu.org; Sun, 30 Apr 2006 08:28:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FaB1s-0008BL-Sz for emacs-devel@gnu.org; Sun, 30 Apr 2006 08:28:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FaB1s-0008BG-MB for emacs-devel@gnu.org; Sun, 30 Apr 2006 08:28:00 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1FaB5S-00006c-M6 for emacs-devel@gnu.org; Sun, 30 Apr 2006 08:31:43 -0400 Original-Received: (qmail invoked by alias); 30 Apr 2006 12:27:58 -0000 Original-Received: from p54BD83B1.dip0.t-ipconnect.de (EHLO localhost.local) [84.189.131.177] by mail.gmx.net (mp019) with SMTP; 30 Apr 2006 14:27:58 +0200 X-Authenticated: #3708877 Original-To: Jason Rumney In-Reply-To: (Jason Rumney's message of "Sun, 30 Apr 2006 13:12:17 +0100") User-Agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53651 Archived-At: Jason Rumney writes: >> I've spent several weeks trying to make Tramp running with Cygwin's >> ssh. Finally I gave up, because I didn't find a way to cooperate with >> their pseudo tty. Starting Cygwin's bash first, and afterwards ssh > >> Because this belongs to the top list of "Tramp's annoyances", I would >> appreciate any new idea what to do. > > The manual mentions using ssh-x as a workaround. I guess you mean the Tramp manual. "sshx" is like "ssh" except it uses twice the -t parameter calling Cygwin's ssh. That is reported to have worked in the past, but with recent Cygwin it doesn't work. Last time I've checked half a year ago, I doubt it has changed. Best regards, Michael.