How to build SSH key for GitHub on windows

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.

For Chinese version: ???Windows?????????GitHub???SSH key

Outline

    ???Generate SSH key on MobaXterm
    ???GitHub - SSH key
    ???Build batch files

Generate SSH key on MobaXterm

Open MobaXterm, select Tools → MobaKeyGen

Choose RSA as the key type, 2048 for the length of the key, then press Generate. Keep moving your mouse to perform encryption (It using mouse coordinates as a source of encryption).

Learn More

Tags: GitHub Windows