Skip to content

Instantly share code, notes, and snippets.

@riccardopedrielli
Last active January 9, 2022 12:30
Show Gist options
  • Save riccardopedrielli/54896f3f838d41975fdf59f54b6b6bd3 to your computer and use it in GitHub Desktop.
Save riccardopedrielli/54896f3f838d41975fdf59f54b6b6bd3 to your computer and use it in GitHub Desktop.
Generate SSH key
ssh-keygen -t ed25519 -a 128 -C ${USER} -f ${USER} -N ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment