<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ssh on Tipnmog Blog</title>
    <link>http://localhost:1313/tags/ssh/</link>
    <description>Recent content in Ssh on Tipnmog Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 03 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SSH Notes</title>
      <link>http://localhost:1313/posts/ssh/</link>
      <pubDate>Sat, 03 Jan 2026 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/ssh/</guid>
      <description>&lt;h2 id=&#34;generate-an-ssh-key&#34;&gt;Generate an SSH Key&lt;/h2&gt;&#xA;&lt;p&gt;With OpenSSH, an SSH key is created using ssh-keygen. In the simplest form, just run ssh-keygen and answer the questions. The following example illustates this.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code class=&#34;language-text-x-sh&#34; data-lang=&#34;text-x-sh&#34;&gt;# ssh-keygen &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;&#xA;&lt;p&gt;Generating public/private rsa key pair. Enter file in which to save the key (/home/ylo/.ssh/id_rsa): mykey &lt;/p&gt;&#xA;&lt;p&gt;Enter passphrase (empty for no passphrase):  &lt;/p&gt;&#xA;&lt;p&gt;Enter same passphrase again:  &lt;/p&gt;&#xA;&lt;p&gt;Your identification has been saved in mykey. Your public key has been saved in mykey.pub. &lt;/p&gt;</description>
    </item>
  </channel>
</rss>
