How to build SSH key for GitHub on windows
<p>Togrant a computer access to your personal GitHub repository with enhanced operations such as using SSH for cloning and avoiding HTTP-based authentication, as well as setting up permissions for VSCode push, you can follow the below steps.</p>
<blockquote>
<p>For Chinese version: <a href="https://medium.com/@brian-liu/%E5%9C%A8windows%E4%B8%8A%E5%BB%BA%E7%AB%8Bgithub%E7%9A%84ssh-key-564fc14a89ea" rel="noopener">在Windows上建立GitHub的SSH key</a></p>
</blockquote>
<pre>
Outline
➤<a href="https://brian-liu.medium.com/how-to-build-ssh-key-for-github-on-windows-86ce05d10d1e#78c7" rel="noopener ugc nofollow">Generate SSH key on MobaXterm</a>
➤<a href="https://brian-liu.medium.com/how-to-build-ssh-key-for-github-on-windows-86ce05d10d1e#ccdb" rel="noopener ugc nofollow">GitHub - SSH key</a>
➤<a href="https://brian-liu.medium.com/how-to-build-ssh-key-for-github-on-windows-86ce05d10d1e#e91d" rel="noopener ugc nofollow">Build batch files</a></pre>
<h1>Generate SSH key on MobaXterm</h1>
<p>Open <code>MobaXterm</code>, select <code>Tools</code> → <code>MobaKeyGen</code></p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:650/0*VBCJFATc6Oo7XMoP.png" style="height:510px; width:650px" /></p>
<p>Choose <code>RSA</code> as the key type, <code>2048</code> for the length of the key, then press <code>Generate</code>. Keep moving your mouse to perform encryption (It using mouse coordinates as a source of encryption).</p>
<p><a href="https://brian-liu.medium.com/how-to-build-ssh-key-for-github-on-windows-86ce05d10d1e"><strong>Learn More</strong></a></p>