From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolay Kudryavtsev Newsgroups: gmane.emacs.help Subject: Re: run ssh in emacs Date: Tue, 13 Jan 2015 16:04:32 +0300 Message-ID: <54B517E0.9030001@gmail.com> References: <87vbkbre16.fsf@bach.histomat.net> <87twzvbxb4.fsf@gmail.com> <20150113123829.GA3285@historicalmaterialism.info> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1421154304 28758 80.91.229.3 (13 Jan 2015 13:05:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Jan 2015 13:05:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 13 14:04:58 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 1YB19V-00036f-Kp for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 14:04:57 +0100 Original-Received: from localhost ([::1]:38889 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB19U-0001eA-QB for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jan 2015 08:04:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB19G-0001e1-S7 for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:04:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YB19C-0003NU-RH for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:04:42 -0500 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:65467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YB19C-0003Lc-It for help-gnu-emacs@gnu.org; Tue, 13 Jan 2015 08:04:38 -0500 Original-Received: by mail-la0-f42.google.com with SMTP id gd6so2498680lab.1 for ; Tue, 13 Jan 2015 05:04:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:message-id:date:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=XibGaB99wR/B8GCeC/meU8ARg9DFvQnn8i2cgtS/HA4=; b=LIKCYel7WtNOxGaI9vBRAnSjhTha6yFIwxsLh3lAG141TyEdGi/Fn65GFwqD4IRpuB UT1VykOhJQgV5o9iREHwx5BXTSYFqo0G9Ei1f3/F0/X0Xz0ZPz6SvbVsPs5fYq4z3o9t i1nCM9F7Jr7F41y53pe4ZdrJZ4eVIDx9d8/U5pzuGMoT5YpNx1MW7gQ6Ohsg+jwfohy/ ZQV3ojK25F1pGD4Y40nqdztiW16Woh9l4zmoFo+ieI2yUquqxFL7I9+Ef37c67codqyd YW5j3XuGJaFMvQVD06fVOpdUY9i2408/0C7xGRWs4HurCZJnVz/6IlGjtABM/s69JhOj z92Q== X-Received: by 10.152.36.1 with SMTP id m1mr41944486laj.95.1421154276975; Tue, 13 Jan 2015 05:04:36 -0800 (PST) Original-Received: from [127.0.0.1] (broadband-95-84-209-126.nationalcablenetworks.ru. [95.84.209.126]) by mx.google.com with ESMTPSA id 8sm829574las.27.2015.01.13.05.04.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 05:04:36 -0800 (PST) X-Google-Original-From: Nikolay Kudryavtsev User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <20150113123829.GA3285@historicalmaterialism.info> X-Antivirus: avast! (VPS 150113-0, 13.01.2015), Outbound message X-Antivirus-Status: Clean X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a 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:102042 Archived-At: 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. -- Best Regards, Nikolay Kudryavtsev