Skip to content

Instantly share code, notes, and snippets.

@michaelbonner
Last active September 11, 2025 17:24
Show Gist options
  • Select an option

  • Save michaelbonner/3f1a44b90fcfa5601d4b5330e6dd9c13 to your computer and use it in GitHub Desktop.

Select an option

Save michaelbonner/3f1a44b90fcfa5601d4b5330e6dd9c13 to your computer and use it in GitHub Desktop.
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
chmod 400 ~/.ssh/id_ed25519.pub
chmod 400 ~/.ssh/id_ed25519
pbcopy < ~/.ssh/id_ed25519.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment