From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Van Dusen Newsgroups: gmane.emacs.help Subject: Re: connect to EC2 server using Tramp Date: Mon, 19 Dec 2011 03:22:24 -0600 Message-ID: References: <1553997013.1323535.1324259618654.JavaMail.root@sz0112a.westchester.pa.mail.comcast.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-1-234477749 X-Trace: dough.gmane.org 1324316204 3440 80.91.229.12 (19 Dec 2011 17:36:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 17:36:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: mcundiff1@comcast.net Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 19 18:36:40 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rch8f-0004JF-7j for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Dec 2011 18:36:37 +0100 Original-Received: from localhost ([::1]:33889 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rch8e-0001Tt-LO for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Dec 2011 12:36:36 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcZQU-00053F-Pu for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 04:22:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcZQT-0000Jn-G7 for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 04:22:30 -0500 Original-Received: from mail-ww0-f49.google.com ([74.125.82.49]:52927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcZQT-0000Ja-7W for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 04:22:29 -0500 Original-Received: by wgbdt11 with SMTP id dt11so8330673wgb.30 for ; Mon, 19 Dec 2011 01:22:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :message-id:references:to:x-mailer; bh=Irf91XFSRfd3cNgARR1YN6nFiPboBn839klp4O2T/KQ=; b=jrh8ryiYnJ6j0AiPFwFyBU9IhWv3da35ITC1m7l0wi0hFS/vV5dLEiYEd64kxHvV26 Bq2cDbuog8h028pPC9o8gHMPBcpxOUzMqcPSfLJM+FD980mmtSKZtjoe986DVDGrhwDN 1ePcwebdQHv2vu7MtQp1+jwLaHhBCEOpzE8fk= Original-Received: by 10.227.204.66 with SMTP id fl2mr11250223wbb.16.1324286547971; Mon, 19 Dec 2011 01:22:27 -0800 (PST) Original-Received: from [10.59.1.22] (host148-6-static.224-95-b.business.telecomitalia.it. [95.224.6.148]) by mx.google.com with ESMTPS id 1sm1936180wiz.11.2011.12.19.01.22.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Dec 2011 01:22:27 -0800 (PST) In-Reply-To: <1553997013.1323535.1324259618654.JavaMail.root@sz0112a.westchester.pa.mail.comcast.net> X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.49 X-Mailman-Approved-At: Mon, 19 Dec 2011 12:36:33 -0500 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:83226 Archived-At: --Apple-Mail-1-234477749 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On Dec 18, 2011, at 7:53 PM, mcundiff1@comcast.net wrote: > Can someone give me the correct syntax for making an SSH connection to = an EC2 server using tramp (from emacs)? >=20 > What do type after you C-x, C-f and are faced with the "Find file:" = prompt? How do you include .pem file? >=20 > Thanks, > Morgan For convenience, you can specify the location of the pem file via the = IdentityFile parameter in your ssh config file. Everything else can be = done with tramp's usual functionality. Chris.= --Apple-Mail-1-234477749 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On Dec 18, 2011, at 7:53 PM, mcundiff1@comcast.net = wrote:

Can = someone give me the correct syntax for making an SSH connection to an = EC2 server using tramp (from emacs)?

What do type after you C-x, = C-f and are faced with the "Find file:" prompt? How do you include .pem = file?

Thanks,
Morgan
For convenience, you can specify the location of the pem file via = the IdentityFile parameter in your ssh config file.  Everything = else can be done with tramp's usual = functionality.

Chris.
= --Apple-Mail-1-234477749--