Skip to content

Instantly share code, notes, and snippets.

@thuvh
Forked from risan/generate-ed25519-ssh-key.sh
Last active January 4, 2022 08:22
Show Gist options
  • Save thuvh/92000629c826442d70c746901832fc7a to your computer and use it in GitHub Desktop.
Save thuvh/92000629c826442d70c746901832fc7a to your computer and use it in GitHub Desktop.
Generate SSH key with Ed25519 key type
ssh-keygen -a 101 -t ed25519 -f ~/.ssh/id_ed25519 -C "john@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment