<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>OpenSSH on Nerdsid.com</title><link>https://nerdsid.com/tags/openssh/</link><description>Recent content in OpenSSH on Nerdsid.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 29 Nov 2025 20:05:20 +0530</lastBuildDate><atom:link href="https://nerdsid.com/tags/openssh/index.xml" rel="self" type="application/rss+xml"/><item><title>11 Essential OpenSSH Components</title><link>https://nerdsid.com/posts/11-essential-openssh-components/</link><pubDate>Sat, 29 Nov 2025 20:05:20 +0530</pubDate><guid>https://nerdsid.com/posts/11-essential-openssh-components/</guid><description>&lt;p>You might have SSHed into servers hundreds of times.&lt;/p>
&lt;p>You might have used &lt;code>ssh-add&lt;/code> to load keys into your agent.&lt;/p>
&lt;p>You might have used &lt;code>scp&lt;/code> to copy files back and forth between your machine and server.&lt;/p>
&lt;p>But have you ever paused and looked at the bigger picture?&lt;/p>
&lt;p>All these commands come from one place — the OpenSSH suite. It’s much more than just &lt;code>ssh&lt;/code> and &lt;code>scp&lt;/code>.&lt;/p>
&lt;img
 class="spotlight"
 src="https://nerdsid.com/images/11-essential-open-ssh-components/OpenSSH-components.svg"
 alt="OpenSSH components breakdown"
 loading="lazy"
 >
&lt;h1 id="openssh-components">OpenSSH components&lt;/h1>
&lt;p>OpenSSH has &lt;strong>11 major&lt;/strong> components.&lt;/p></description></item><item><title>Setup SSH Authentication for Git on Windows</title><link>https://nerdsid.com/posts/setup-ssh-authentication-for-git-in-windows/</link><pubDate>Mon, 13 Mar 2023 00:00:00 -0800</pubDate><guid>https://nerdsid.com/posts/setup-ssh-authentication-for-git-in-windows/</guid><description>&lt;h2 id="ssh-auth-vs-password-based-auth">SSH auth vs password based auth&lt;/h2>
&lt;p>SSH authentication is generally preferred over password-based authentication for several reasons:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Security&lt;/strong>: Passwords are easily guessed or hacked, whereas SSH authentication relies on cryptographic keys, which are much more difficult to crack.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>&lt;strong>Convenience&lt;/strong>: Once you&amp;rsquo;ve configured SSH authentication, logging in to a remote system becomes much easier. You don&amp;rsquo;t need to remember or type in a password every time you log in; instead, you just need to have your SSH key handy.&lt;/p></description></item></channel></rss>