Last active
November 4, 2023 14:58
-
-
Save jamescmartinez/a1f32830e57cf2a3fa62 to your computer and use it in GitHub Desktop.
Because setting up SSH on GitHub shouldn't take 10 pages of tutorials...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-keygen -t ed25519 -C "[email protected]" | |
pbcopy < ~/.ssh/id_ed25519.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Last checked / updated: 11/2023
Use https://github.com/settings/keys to add the key to GitHub.