<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nikosa documentation on Nikosa</title><link>https://docs.nikosa.net/</link><description>Recent content in Nikosa documentation on Nikosa</description><generator>Hugo</generator><language>en-us</language><copyright>© 2026 Nikosa · [nikosa.net](https://nikosa.net)</copyright><atom:link href="https://docs.nikosa.net/index.xml" rel="self" type="application/rss+xml"/><item><title>Creating an SSH key</title><link>https://docs.nikosa.net/creating-an-ssh-key/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.nikosa.net/creating-an-ssh-key/</guid><description>&lt;h1 id="creating-an-ssh-key"&gt;Creating an SSH key&lt;a class="anchor" href="#creating-an-ssh-key"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;An SSH key is a pair of files that lets you log in to a server without a
password. You keep the private half secret and hand out the public half; the
server uses the public key to recognise you. This guide covers generating a key,
adding it to a server, and connecting.&lt;/p&gt;
&lt;h2 id="generate-a-key"&gt;Generate a key&lt;a class="anchor" href="#generate-a-key"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;On macOS or Linux, run &lt;code&gt;ssh-keygen&lt;/code&gt;. We recommend the &lt;code&gt;ed25519&lt;/code&gt; algorithm, which
is fast, short, and secure:&lt;/p&gt;</description></item></channel></rss>