From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wenshan Ren Newsgroups: gmane.emacs.help Subject: EShell tips on SSH? Date: Mon, 14 Jan 2013 16:13:42 -0800 (PST) Message-ID: <6faf1f5e-de18-4c8f-b5a8-325b67790f6c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1358208913 4704 80.91.229.3 (15 Jan 2013 00:15:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 00:15:13 +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 15 01:15:31 2013 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 1TuuBc-0008CN-NE for geh-help-gnu-emacs@m.gmane.org; Tue, 15 Jan 2013 01:15:28 +0100 Original-Received: from localhost ([::1]:51739 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TuuBM-0005KD-Ch for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jan 2013 19:15:12 -0500 X-Received: by 10.66.72.71 with SMTP id b7mr2638377pav.33.1358208823584; Mon, 14 Jan 2013 16:13:43 -0800 (PST) Original-Received: by 10.50.108.200 with SMTP id hm8mr134101igb.10.1358208823315; Mon, 14 Jan 2013 16:13:43 -0800 (PST) Original-Path: usenet.stanford.edu!ld4no11077663pbb.0!news-out.google.com!6ni105687pbd.1!nntp.google.com!ld4no11077654pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=110.142.41.50; posting-account=gpzUGgoAAABcXbnOmXbweAYtHvxE5KBK Original-NNTP-Posting-Host: 110.142.41.50 User-Agent: G2/1.0 Injection-Date: Tue, 15 Jan 2013 00:13:43 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196326 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:88625 Archived-At: Hi, I manage a few VMs via SSH. As an Emacs user, I'm considering to get everything done without leaving Emacs. So far I've met two problems: 1. ssh -A ssh -A does agent forwarding, but I can't find the EShell equivalent by searching the Emacs Info. How do you achieve the same effect of ssh -A in Emacs? 2. cd / After `cd /ssh:username@host', `cd /' will change directory to / of my local machine. Is there any way to make EShell behave like a ordinary bash sshed to a remote machine? Thanks and regards, Wenshan