Skip to content

Instantly share code, notes, and snippets.

@davenicoll
Last active January 15, 2022 02:13
Show Gist options
  • Save davenicoll/84a2da78a0a074c262128aae041c3c4d to your computer and use it in GitHub Desktop.
Save davenicoll/84a2da78a0a074c262128aae041c3c4d to your computer and use it in GitHub Desktop.
Setup ssh key for github for linux
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