Skip to content

Instantly share code, notes, and snippets.

@sadiqsalau
Last active August 2, 2025 16:36
Show Gist options
  • Select an option

  • Save sadiqsalau/3039e7d2cb1a64d4d768b8281a552052 to your computer and use it in GitHub Desktop.

Select an option

Save sadiqsalau/3039e7d2cb1a64d4d768b8281a552052 to your computer and use it in GitHub Desktop.
Generate ssh keys
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
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