Skip to content

Instantly share code, notes, and snippets.

@FoxNeo
Last active February 5, 2023 20:14
Show Gist options
  • Save FoxNeo/13203a91efe6d570f8a9dd2096c159b0 to your computer and use it in GitHub Desktop.
Save FoxNeo/13203a91efe6d570f8a9dd2096c159b0 to your computer and use it in GitHub Desktop.

SSH key gen rsa

ssh-keygen -t rsa -b 4096

SSH key gen github

$ ssh-keygen -t ed25519 -C "your_email@example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment