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.