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 default method Date: Sun, 05 Nov 2006 21:53:01 +0100 Message-ID: <87odrl39aq.fsf@gmx.de> References: <4544AA3E.9020804@soem.dk> <87k629dds3.fsf@gmx.de> <87zmb5r8l3.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 1162760007 9792 80.91.229.2 (5 Nov 2006 20:53:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 20:53:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 05 21:53:21 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 1GgozX-00044a-Rd for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 21:53:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgozX-00068m-F7 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 15:53:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GgozK-00065S-UM for emacs-devel@gnu.org; Sun, 05 Nov 2006 15:53:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GgozJ-00061o-5U for emacs-devel@gnu.org; Sun, 05 Nov 2006 15:53:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GgozJ-00061c-1s for emacs-devel@gnu.org; Sun, 05 Nov 2006 15:53:05 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GgozI-0007Hz-TB for emacs-devel@gnu.org; Sun, 05 Nov 2006 15:53:05 -0500 Original-Received: (qmail invoked by alias); 05 Nov 2006 20:53:03 -0000 Original-Received: from p54BDC09E.dip0.t-ipconnect.de (EHLO localhost.local) [84.189.192.158] by mail.gmx.net (mp043) with SMTP; 05 Nov 2006 21:53:03 +0100 X-Authenticated: #3708877 Original-To: Andreas Schwab In-Reply-To: (Andreas Schwab's message of "Sun, 05 Nov 2006 21:34:22 +0100") User-Agent: Gnus/5.110006 (No Gnus v0.6) 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:61840 Archived-At: Andreas Schwab writes: >> IIUC, you mean an ssh connection to the remote host, and afterwards >> scp from the remote host back to the local host? > > No. Open an ssh connection as the ControlMaster, then use ssh/scp as > usual. See ssh_config(5). I see. I'll play with this option, looks promising. > Andreas. Thanks to nudge me, and best regards, Michael.