Quick summary
Adding an SSH key to GitHub lets you authenticate securely without entering your password every time you push or pull code. This guide walks you through the exact steps inside GitHub Settings to register a new SSH key in minutes.
Steps
- Click on your profile icon located at the upper right corner of your GitHub dashboard.
- From the drop-down menu, select Settings.
- Under the Access section, select SSH and GPG keys.
- Click New SSH key.
- Add a title to your key.
- Paste your SSH key in the empty field for the key.
- Click Add SSH key to save changes.
- Enter your password to confirm the changes and click Confirm.
.gif)



