Skip to content

Instantly share code, notes, and snippets.

@buntylm
Created December 27, 2020 06:17
Show Gist options
  • Save buntylm/268c55a7486304c28032425b5d297c38 to your computer and use it in GitHub Desktop.
Save buntylm/268c55a7486304c28032425b5d297c38 to your computer and use it in GitHub Desktop.
How to create SSH Key #Github #SSH
  1. Open terminal
  2. ssh-keygen -t rsa -b 4096 -C “<EMAIL ADDRESS>” (enter your email address)
  3. Just press Enter to save it on default location, which is /Users/<Account-Name>/.ssh/id_rsa.pub
  4. Copy on Clipboard pbcopy < ~/.ssh/id_rsa.pub
  5. Open Github Account and add SSH Key by pasting it into text-field.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment