From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.help Subject: Re: tramp and ssh-agent / ssh-add Date: Mon, 31 Mar 2008 23:04:13 +0200 Organization: FAU Erlangen-Nuernberg Message-ID: References: <87zlsg8ghk.fsf@gmx.de> <87ve335odz.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206999654 15016 80.91.229.12 (31 Mar 2008 21:40:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2008 21:40:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 31 23:41:25 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JgRkk-0003y6-Cg for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Mar 2008 23:41:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JgRk8-0002BR-B5 for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Mar 2008 17:40:40 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.dfncis.de wiub2Sf6W7EOAwJzh4smGAh4nf1DbLF9I9oEHkl3Agjsrt Cancel-Lock: sha1:1mZernzWiNzXAZXinlA4zf9IgD0= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:157558 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52928 Archived-At: Michael Albinus writes: > D'accord. But Roland has the use case to run Emacs on a remote > host. He even doesn't start ssh-agent there, which would do the > job. Sorry for the confusion. Typically, I do something like ssh -t winkler@foo.org ssh-agent emacs So my remote session is only emacs under an ssh-agent. I would like to be able to run ssh-add from within the remote emacs iff ssh-add is needed because I want to establish a connection to yet some other host(s). (Of course, locally I am using shh-agent and ssh-add, too. Yet that helps me only for the ssh connections that I do starting from localhost.) Roland