Skip to content

Instantly share code, notes, and snippets.

@RhubarbSin
Created May 1, 2022 16:24
Show Gist options
  • Save RhubarbSin/be49dfd3a357cd0d4bd5324d7aada31a to your computer and use it in GitHub Desktop.
Save RhubarbSin/be49dfd3a357cd0d4bd5324d7aada31a to your computer and use it in GitHub Desktop.
Generate an Ed25519 SSH key
ssh-keygen -t ed25519 -a 200 -C "you@host" -f ~/.ssh/my_new_id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment