Using Github with SSH keys
GitHub removed support for Password Authentication while using HTTPS protocol in August 2021. It is convenient (and recommended) to access repos securely using SSH keys.
Generate a public/private RSA key pair
ssh-keygen -t rsa
Copy the public key

Save the public key to GitHub



Last updated