From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Tue, 13 Jan 2015 14:28:19 +0100 Message-ID: <87h9vu7qto.fsf@gmx.de> References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> <87mw5m3jlg.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421155727 19756 80.91.229.3 (13 Jan 2015 13:28:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 13:28:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Haines Brown To: torys.anderson@gmail.com (Tory S. Anderson) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 13 14:28:41 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YB1WS-0003nq-Lk for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 14:28:40 +0100 Original-Received: from localhost ([::1]:39063 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1WR-0001w9-VB for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 08:28:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1WG-0001vl-6m for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:28:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1WB-0006S4-4Q for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:28:28 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:54594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1WA-0006RD-S9 for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:28:23 -0500 Original-Received: from detlef.gmx.de ([87.146.34.223]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0LnPSg-1XZBak1xNe-00hhrC; Tue, 13 Jan 2015 14:28:20 +0100 In-Reply-To: <87mw5m3jlg.fsf@gmail.com> (Tory S. Anderson's message of "Tue, 13 Jan 2015 08:18:03 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:1IDg1ZDyKoLEIM/PQT0v2unzNPGsmq0bKBA7QwZ0ga4J+KgPn/X +5IM73c2wgls8p6C6uUhiZJx6V9bSXisyEXyVZcH0WmXvDmnpJCJsoQJPjkAbifB69v+ggI 5AjfwDvcNZyhcKVt5ediEfP+SR/68pqDLaG9/jDg/yRsZai5Bp4C7sRSOUJC+yUuCoIjP66 /r+orw2O/k5HRVXx+kotw== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.15.19 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102046 Archived-At: torys.anderson@gmail.com (Tory S. Anderson) writes: > Yeah, it uses SCPC by default, and I found it pretty annoying. It was > fixed by adding the following to my .emacs: > > ;; Tramp > (require 'tramp) > (setq tramp-default-method "ssh") Well, meanwhile it is "scp". This is pretty much the same behaviour like "ssh", except for files longer than ~10kB. And for those large files, "scp" ought to copy faster. Admittedly, it needs a proper password handling ... Best regards, Michael.