Skip to content

Instantly share code, notes, and snippets.

@pielco11
Created November 21, 2022 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pielco11/9bfbf1b6fa276ab55c06d77cca85d09d to your computer and use it in GitHub Desktop.
Save pielco11/9bfbf1b6fa276ab55c06d77cca85d09d to your computer and use it in GitHub Desktop.
ssh-keygen -t ed25519 -C "email.address@domain.tld"
cat /path/to/key.pub
eval $(ssh-agent -s)
ssh-add /path/to/key
ssh -T git@github.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment