Last active
January 15, 2022 02:13
-
-
Save davenicoll/84a2da78a0a074c262128aae041c3c4d to your computer and use it in GitHub Desktop.
Setup ssh key for github for linux
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 -f ~/.ssh/github_id_rsa -C "[email protected]" | |
ssh-add ~/.ssh/github_id_rsa | |
echo Add this github... | |
cat ~/.ssh/github_id_rsa.pub | |
echo "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment