Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denys-popov/273d294f5266a72a2b893592f4d563d2 to your computer and use it in GitHub Desktop.
Save denys-popov/273d294f5266a72a2b893592f4d563d2 to your computer and use it in GitHub Desktop.
Generate SSH key with Ed25519 key type
ssh-keygen -o -a 100 -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