<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>green0</author_name>
  <author_url>https://blog.hatena.ne.jp/green0/</author_url>
  <blog_title>techiela</blog_title>
  <blog_url>https://green0.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>## # ログイン元での作業 ## 公開鍵/秘密鍵のペアを作成する # パスワードなしログインの場合は何も入力せず[enter]連打でOK ssh-keygen -t dsa# ログイン先に公開鍵を送る scp .ssh/id_dsa.pub {user}@{host}:~## # ログイン先での作業 # ssh {user}@{host} test ! -d .ssh &amp;&amp; mkdir -m 700 .ssh cat id_dsa.pub &gt;&gt; .ssh/authorized_keys2 chmod 600 .ssh/authorized_keys2 rm id_dsa.pub 以上。 次回…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgreen0.hatenadiary.org%2Fentry%2F20111214&quot; title=&quot;sshのパスワード無しログイン設定 - techiela&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-14 00:00:00</published>
  <title>sshのパスワード無しログイン設定</title>
  <type>rich</type>
  <url>https://green0.hatenadiary.org/entry/20111214</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
