Skip to content

Instantly share code, notes, and snippets.

@abellmanuell
Forked from sadiqsalau/generate-ssh-key.txt
Created December 1, 2023 15:49
Show Gist options
  • Save abellmanuell/a58f9457347db2e73786c08445749f67 to your computer and use it in GitHub Desktop.
Save abellmanuell/a58f9457347db2e73786c08445749f67 to your computer and use it in GitHub Desktop.
Generate ssh keys
ssh-keygen -t ecdsa-sha2-nistp256 -C "your_email@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment