GitHub SSH Key Setup
Beginner
- Run
ssh-keygen -t ed25519 -C <emailAddress> - Run
cat .ssh/id_ed25519.pub - Copy contents to clipboard
- Navigate to GitHub and go to “SSH and GPG keys” in settings
- Click “New SSH key”
- Enter any descriptive title
- Paste the
.pubkey contents you saved earlier - Click the “Add SSH key” button