<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>tramp on Nistara</title>
    <link>/tags/tramp/</link>
    <description>Recent content in tramp on Nistara</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Nistara Randhawa</copyright>
    <lastBuildDate>Sat, 02 Mar 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/tramp/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Conecting to an AWS instance via emacs/shell</title>
      <link>/post/emacs-aws/</link>
      <pubDate>Sat, 02 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>/post/emacs-aws/</guid>
      <description>Your setup so far Launch AWS instance Generate key pair (pem file) to securely connect to your instance  To ssh into your instance First, change the permissions of the .pem file so only the root user can read it:
chmod 400 /path/to/pem/file.pem  Then, ssh into the instance using your instance&amp;rsquo;s public DNS hostname
ssh -i /path/to/pem/file.pem ubuntu@ec2-n-nn-nnn-nnn.example.amazonaws.com  Use tramp Tramp helps me connect and work with the remote instance as if it were local.</description>
    </item>
    
  </channel>
</rss>