From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: torys.anderson@gmail.com (Tory S. Anderson) Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Tue, 13 Jan 2015 08:18:53 -0500 Message-ID: <87ioga3jk2.fsf@gmail.com> 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 1421155158 10163 80.91.229.3 (13 Jan 2015 13:19:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 13:19:18 +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:19:13 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 1YB1NE-00009D-SB for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 14:19:09 +0100 Original-Received: from localhost ([::1]:39011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1NE-0005EO-8m for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 08:19:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36331) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1N2-0005EJ-Gy for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:18:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB1N1-0002FK-MS for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:18:56 -0500 Original-Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:58573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB1N1-0002FB-I3 for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:18:55 -0500 Original-Received: by mail-yh0-f51.google.com with SMTP id a41so1365127yho.10 for ; Tue, 13 Jan 2015 05:18:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=2JadRlkXg9XSIhRHyXhJ4QkpVwJw9Ws40u1cg3SgtYE=; b=y0Btg6bW5+Ksau9ObRpYy8b+WD7QxFkNMdGdTUPpjbh43Ch2MIXy0iNEQ9iMJINHy6 efnsRf9CxR3lzn6uTBKAWc8wp4AmuW6Ce6MF2rNc3esAQPQ+nyhVz26YAh5bwPbdkBgK glU0pXCUxK1OsJpj/TvhIDMNrK5F1fJWjB8AYntOTDhI942MTtDVAPtanzSsrlrRozVP ldQa+RbR85VkOcOvIq2jqsogWGUuxIFT39uiMsw12cG5fzolx/TMVY3729jxrS5EJMqi wV6/ldc3NaOQoUZ1BBE8r/YNDNmOLMBhsNWGOuq+dFgMOAZV1lHByRSYXNZIa4tCopf+ zsdg== X-Received: by 10.170.52.79 with SMTP id 76mr30292338yku.12.1421155135279; Tue, 13 Jan 2015 05:18:55 -0800 (PST) Original-Received: from localhost.localdomain ([2601:0:a000:4a1:ee55:f9ff:feb5:5589]) by mx.google.com with ESMTPSA id u68sm12359336yhf.39.2015.01.13.05.18.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 05:18:54 -0800 (PST) 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/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::233 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:102044 Archived-At: whoa. Where has that been all my life? I think .authinfo.gpg is going to save me much time. Nikolay Kudryavtsev writes: > Tramp methods are defined in tramp. See C-h v tramp-methods. And did you mean scp? > > 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.