Skip to content

Instantly share code, notes, and snippets.

@jamescmartinez
Last active November 4, 2023 14:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamescmartinez/a1f32830e57cf2a3fa62 to your computer and use it in GitHub Desktop.
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...
ssh-keygen -t ed25519 -C "your_email@example.com"
pbcopy < ~/.ssh/id_ed25519.pub
@jamescmartinez
Copy link
Author

jamescmartinez commented Oct 23, 2019

Last checked / updated: 11/2023

Use https://github.com/settings/keys to add the key to GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment