Skip to content

Instantly share code, notes, and snippets.

@nuclearglow
Last active May 30, 2020 20:22
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 nuclearglow/0a3151fd7a47f925378555020aa63541 to your computer and use it in GitHub Desktop.
Save nuclearglow/0a3151fd7a47f925378555020aa63541 to your computer and use it in GitHub Desktop.
correct ssh key creation
ssh-keygen -m PEM -t rsa -b 4096 -C "email" -f ~/.ssh/id_xxx
ssh-keygen -a 100 -m PEM -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