<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ssh &amp;mdash; Ignored By Dinosaurs 🦕</title>
    <link>https://www.ignoredbydinosaurs.com/tag:ssh</link>
    <description></description>
    <pubDate>Thu, 30 Apr 2026 10:40:11 -0400</pubDate>
    <item>
      <title>Why doesn&#39;t &#39;authorized_keys&#39; work?</title>
      <link>https://www.ignoredbydinosaurs.com/223-why-doesn-t-authorized_keys-work</link>
      <description>&lt;![CDATA[For a while now I&#39;ve been leaving my work computer on 24/7 and remoting in to do all my work when I&#39;m out in the world. I have the same public key on both machines (perhaps not the safest thing in the world, true), so I was confused by why I needed to enter my password every time I logged in to my work computer. Not so confused that I took the time to figure it out until recently.&#xA;&#xA;I had set permissions on the authorizedkeys file to 400, but for some reason it needs to be 600.&#xA;&#xA;doesn&#39;t work&#xA;&#xA;-r-------- 1 grubb staff 410 Nov 27 10:13 authorizedkeys&#xA;&#xA;works&#xA;&#xA;-rw------- 1 grubb staff 410 Nov 27 10:13 authorized_keys&#xA;&#xA;#ssh #devops]]&gt;</description>
      <content:encoded><![CDATA[<p>For a while now I&#39;ve been leaving my work computer on 24/7 and remoting in to do all my work when I&#39;m out in the world. I have the same public key on both machines (perhaps not the safest thing in the world, true), so I was confused by why I needed to enter my password every time I logged in to my work computer. Not so confused that I took the time to figure it out until recently.</p>

<p>I had set permissions on the <code>authorized_keys</code> file to 400, but for some reason it needs to be 600.</p>

<p><strong>doesn&#39;t work</strong></p>

<p><code>-r-------- 1 grubb staff 410 Nov 27 10:13 authorized_keys</code></p>

<p><strong>works</strong></p>

<p><code>-rw------- 1 grubb staff 410 Nov 27 10:13 authorized_keys</code></p>

<p><a href="https://www.ignoredbydinosaurs.com/tag:ssh" class="hashtag"><span>#</span><span class="p-category">ssh</span></a> <a href="https://www.ignoredbydinosaurs.com/tag:devops" class="hashtag"><span>#</span><span class="p-category">devops</span></a></p>
]]></content:encoded>
      <guid>https://www.ignoredbydinosaurs.com/223-why-doesn-t-authorized_keys-work</guid>
      <pubDate>Fri, 14 Feb 2014 00:00:00 +0000</pubDate>
    </item>
  </channel>
</rss>