SSH Keys for GitHub
Setting up SSH Keys for GitHub on Windows Or Linux
1. Check for Existing SSH Keys
ls ~/.ssh2. Generate a New SSH Key
ssh-keygen -t ed25519 -C "your_email@example.com"ssh-keygen -t rsa -b 4096 -C "your_email@example.com"3. Start the SSH Agent
4. Add the SSH Key to Your GitHub Account
5. Test the Connection
Last updated
Was this helpful?