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:21:16 +0100 Message-ID: <87oaq27r5f.fsf@gmx.de> References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> <54B517E0.9030001@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421155310 12495 80.91.229.3 (13 Jan 2015 13:21:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 13:21:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nikolay Kudryavtsev Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 13 14:21:43 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 1YB1Pj-0001A7-7Y for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 14:21:43 +0100 Original-Received: from localhost ([::1]:39035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1Pi-0000Zv-Ir for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 08:21:42 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1PO-0000LA-LW for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:21:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1PL-0003KJ-Ey for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:21:22 -0500 Original-Received: from mout.gmx.net ([212.227.15.19]:56652) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1PL-0003Ju-5g for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:21:19 -0500 Original-Received: from detlef.gmx.de ([87.146.34.223]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MPlsg-1Y79Wp08KQ-0053YH; Tue, 13 Jan 2015 14:21:17 +0100 In-Reply-To: <54B517E0.9030001@gmail.com> (Nikolay Kudryavtsev's message of "Tue, 13 Jan 2015 16:04:32 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:Z8wUTTR54fHMSP0I8aqnJW0lcpnLWvHjFFXeEr89ABbxDjWUaiu L2PlHDwF5htrZHkqOXXdLqWGp+Q4oPhkj+PGvADtkSA3Dy4nbX5HIyM0lZZkKUc7qmIN7Xo m4yjlcJPYSDnA4AWALdfXwCdN9uKZdnQ8T9vwCP3t8VZoLphaYl7sMUiAHvktZ+SkUBV6oQ uMTz/eeoeI5uRCDcGbNpQ== 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:102045 Archived-At: Nikolay Kudryavtsev writes: > Tramp methods are defined in tramp. See C-h v tramp-methods. And did > you mean scp? "scpc" was a supported Tramp method up to Tramp 2.2.6. It has been removed then. > To save password in tramp you can put your login and password into a > file called ~/.authinfo.gpg in this format: > machine anon login root password my-password > > Authinfo is protected by gpg, so you gonna get asked for a password > for it, but just once. > > Alternatively you can use authorization by key. It might also be helpful to read the Tramp manual for this topic: (info "(tramp)Password handling") Best regards, Michael.