Skip to content

Adding SSH Key

  1. Start by generating ssh keys.
  2. Copy contents of public key file ending with .pub extension.
  3. Login to GitHub website and navigate to Settings > SSH and GPG Keys section. GitHub SSH Keys
  4. At the right upper corner, click on New SSH key.
  5. In the Title field, enter a easy to recognize name or the comment from public key.
  6. In the Key field, copy the public key which was copied in step 2. GitHub Adding SSH Keys
  7. To save the entered key it is necessary to press the Add SSH Key button.