<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masasuz</author_name>
  <author_url>https://blog.hatena.ne.jp/masasuz/</author_url>
  <blog_title>目の前に僕らの道がある</blog_title>
  <blog_url>https://blog.masasuzu.net/</blog_url>
  <categories>
    <anon>network</anon>
    <anon>perl</anon>
    <anon>ssh</anon>
  </categories>
  <description>とりあえずこんな感じで、サーバに入って適当に設定情報をとってくるスクリプトを書いた。 #!/usr/bin/env perl use strict; use warnings; use Net::SSH::Perl; my $ssh = Net::SSH::Perl-&gt;new('SERVER'); #鍵を省略した場合は、${HOME}/.ssh/id_dsaを参照する。 #my $ssh = Net::SSH::Perl-&gt;new('SERVER', identity_files =&gt; ['${HOME}/.ssh/id_rsa']); $ssh-&gt;login('USER'); # $ssh-…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.masasuzu.net%2Fentry%2F20101009%2F1286625300&quot; title=&quot;Net::SSH::Perlを使ってみる - 目の前に僕らの道がある&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>2010-10-09 20:55:00</published>
  <title>Net::SSH::Perlを使ってみる</title>
  <type>rich</type>
  <url>https://blog.masasuzu.net/entry/20101009/1286625300</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
