Chris, ~/.ssh/config does not exist. Can I create it? What goes in it? I do find ~/.ssh/local_hosts Thanks, Morgan ----- Original Message ----- From: "Chris Van Dusen" To: mcundiff1@comcast.net Cc: help-gnu-emacs@gnu.org Sent: Monday, December 19, 2011 4:22:24 AM Subject: Re: connect to EC2 server using Tramp 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.