[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: connect to EC2 server using Tramp
From: |
Aurélien Aptel |
Subject: |
Re: connect to EC2 server using Tramp |
Date: |
Tue, 20 Dec 2011 11:23:47 +0100 |
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
Re: connect to EC2 server using Tramp, Chris Van Dusen, 2011/12/19