Skip to content

Instantly share code, notes, and snippets.

@tfmeneses
Created April 8, 2024 19:25
Show Gist options
  • Save tfmeneses/66f35d1306e120454f3944d6f0bfa46e to your computer and use it in GitHub Desktop.
Save tfmeneses/66f35d1306e120454f3944d6f0bfa46e to your computer and use it in GitHub Desktop.
git ed25519
ssh-keygen -t ed25519 -C "<email>"
eval "$(ssh-agent -s)"
cat /home/thiago/.ssh/id_ed25519.pub
ssh -T git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment