<?xml version="1.0" encoding="utf-8"?> 
<rss version="2.0"
  xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
  xmlns:atom="http://www.w3.org/2005/Atom">

<channel>

<title>M9K blog: заметки с тегом passwordless</title>
<link>https://blog.m9k.space/tags/passwordless/</link>
<description>Заметки обо всём: devops, lifestyle, культура.</description>
<author>M</author>
<language>ru</language>
<generator>E2 (v3877; Aegea)</generator>

<itunes:owner>
<itunes:name>M</itunes:name>
<itunes:email></itunes:email>
</itunes:owner>
<itunes:subtitle>Заметки обо всём: devops, lifestyle, культура.</itunes:subtitle>
<itunes:image href="" />
<itunes:explicit></itunes:explicit>

<item>
<title>Linux Passwordless oneliner</title>
<guid isPermaLink="false">202</guid>
<link>https://blog.m9k.space/all/linux-passwordless-oneliner/</link>
<pubDate>Mon, 25 Aug 2025 10:44:17 +0000</pubDate>
<author>M</author>
<comments>https://blog.m9k.space/all/linux-passwordless-oneliner/</comments>
<description>
&lt;pre class="e2-text-code"&gt;&lt;code class=""&gt;TARGET=user@host; PORT=22; [[ -r ~/.ssh/id_ed25519.pub ]] || ssh-keygen -t ed25519 -N &amp;quot;&amp;quot; -f ~/.ssh/id_ed25519; ssh -p &amp;quot;$PORT&amp;quot; &amp;quot;$TARGET&amp;quot; 'umask 077; mkdir -p ~/.ssh &amp;amp;&amp;amp; cat &amp;gt; ~/.ssh/authorized_keys' &amp;lt; ~/.ssh/id_ed25519.pub &amp;amp;&amp;amp; ssh -p &amp;quot;$PORT&amp;quot; &amp;quot;$TARGET&amp;quot; 'echo &amp;quot;&amp;gt;&amp;gt;&amp;gt; Root доступ подтверждён&amp;quot;'&lt;/code&gt;&lt;/pre&gt;</description>
</item>


</channel>
</rss>