unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Aurélien Aptel" <aurelien.aptel@gmail.com>
To: mcundiff1@comcast.net
Cc: help-gnu-emacs@gnu.org, Michael Albinus <michael.albinus@gmx.de>
Subject: Re: connect to EC2 server using Tramp
Date: Tue, 20 Dec 2011 11:23:47 +0100	[thread overview]
Message-ID: <CA+5B0FMsOx1Pg58XadRrYYoiYOvCqKn5yye60sG4BRXB7qVNRQ@mail.gmail.com> (raw)
In-Reply-To: <1034151882.1375385.1324346189401.JavaMail.root@sz0112a.westchester.pa.mail.comcast.net>

On Tue, Dec 20, 2011 at 2:56 AM,  <mcundiff1@comcast.net> wrote:
> Michael,
>
> It worked just as you said.
>
> Also, you were right - it did not need "sudo".
>
> Thank you!!
>
> Morgan


I don't know if you're aware of this but if you need to connect
frequently to the same server you can type less if you put the
following in you ssh config (~/.ssh/config):

Host myserver
     Hostname ec2-107-20-32-xxx.compute-1.amazonaws.com
     User ec2-user

You'll be able to connect like this:
- in the shell: $ ssh myserver
- on Emacs: C-x C-f /ssh:myserver:/path/to/file



  reply	other threads:[~2011-12-20 10:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <2142513103.1323440.1324259447255.JavaMail.root@sz0112a.westchester.pa.mail.comcast.net>
2011-12-19  1:53 ` connect to EC2 server using Tramp mcundiff1
2011-12-19  8:05   ` Michael Albinus
2011-12-19 14:17     ` mcundiff1
2011-12-19 17:26       ` Michael Albinus
2011-12-20  1:56         ` mcundiff1
2011-12-20 10:23           ` Aurélien Aptel [this message]
2011-12-19  9:22   ` Chris Van Dusen
2011-12-19 14:16     ` mcundiff1

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+5B0FMsOx1Pg58XadRrYYoiYOvCqKn5yye60sG4BRXB7qVNRQ@mail.gmail.com \
    --to=aurelien.aptel@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=mcundiff1@comcast.net \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).