Skip to content

Instantly share code, notes, and snippets.

@acarabott
Created December 27, 2016 14:47
Show Gist options
  • Save acarabott/96be6efe825b08c07fe70c576bdd5d58 to your computer and use it in GitHub Desktop.
Save acarabott/96be6efe825b08c07fe70c576bdd5d58 to your computer and use it in GitHub Desktop.
generate ssh keys using ed25519 as per https://blog.g3rt.nl/upgrade-your-ssh-keys.html
ssh-keygen -o -a 100 -t ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment