Created
April 8, 2024 19:25
-
-
Save tfmeneses/66f35d1306e120454f3944d6f0bfa46e to your computer and use it in GitHub Desktop.
git ed25519
This file contains hidden or 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>" | |
eval "$(ssh-agent -s)" | |
cat /home/thiago/.ssh/id_ed25519.pub | |
ssh -T [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment