update and clarify SSH setup instructions

master
John Belmonte 2021-06-19 14:52:55 +09:00
parent 96fd398ef4
commit 0b6c1efb8e
1 changed files with 2 additions and 2 deletions

4
SSH.md

@ -7,8 +7,8 @@
# Before You Start
1. You need a GitHub account. Make one.
2. Ensure SSH is on in the settings of your comma two. Found in `Settings -> Developer -> Enable SSH`
3. Enter a GitHub username in `Settings -> Developer -> GitHub Username`. You must use a private key of a public key saved in your GitHub settings.
2. Enable SSH on your comma two: `Settings -> Network -> Enable SSH`
3. Enter a GitHub username for SSH: `Settings -> Network -> SSH Keys` (hit `Remove` and then `Add` if needed). This enables SSH to the comma two via a private key corresponding to any public key saved in your GitHub settings.
4. Follow the steps [here](https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/connecting-to-github-with-ssh): to create and test your GitHub SSH keys.
Table of Contents