Updated SSH (markdown)

master
Nelson Chen 2021-10-18 18:01:18 -07:00
parent 97986a7fba
commit 356943f791
1 changed files with 4 additions and 4 deletions

8
SSH.md

@ -79,9 +79,9 @@ Windows 10 already comes with a SSH client and has everything you need to SSH in
3. Run `ssh -T git@github.com` to check if GitHub is able to successfully identify you with the private key on your local system.
* You should get "Hi \<your github username here\>! You've successfully authenticated, but GitHub does not provide shell access."
* If you do not get this message, do/redo the key creation and upload instructions in the previous step.
4. Make sure your EON/C2 and your computer connect to the same WiFi or network.
4. Make sure your EON/C2/C3 and your computer connect to the same WiFi or network.
5.
* Get the IP address of your EON/C2/C3 in settings under `Settings [⚙️ icon] > Network > WiFi Settings > Three Dots in Top Right > Advanced` and scroll to the bottom.
* Get the IP address of your EON/C2 in settings under `Settings [⚙️ icon] > Network > WiFi Settings > Three Dots in Top Right > Advanced` and scroll to the bottom.
* Get the IP address of your C3 in settings under `Settings [⚙️ icon] > Network > Advanced`
6. Go to `Settings [⚙️ icon] > Network > SSH Keys` and press **Add**. Enter your GitHub username and press "⏎". You should see the SSH Keys option change to include your GitHub username with the **Add** button changed to **Remove**.
* If a GitHub username is already there, press **Remove** to make **Add** reappear.
@ -107,9 +107,9 @@ macOS already comes with a SSH client and has everything you need to SSH into an
3. Run `ssh -T git@github.com` to check if GitHub is able to successfully identify you with the private key on your local system.
* You should get "Hi \<your github username here\>! You've successfully authenticated, but GitHub does not provide shell access."
* If you do not get this message, do/redo the key creation and upload instructions in the previous step.
4. Make sure your EON/C2 and your computer connect to the same WiFi or network.
4. Make sure your EON/C2/C3 and your computer connect to the same WiFi or network.
5.
* Get the IP address of your EON/C2/C3 in settings under `Settings [⚙️ icon] > Network > WiFi Settings > Three Dots in Top Right > Advanced` and scroll to the bottom.
* Get the IP address of your EON/C2 in settings under `Settings [⚙️ icon] > Network > WiFi Settings > Three Dots in Top Right > Advanced` and scroll to the bottom.
* Get the IP address of your C3 in settings under `Settings [⚙️ icon] > Network > Advanced`
6. Go to `Settings [⚙️ icon] > Network > SSH Keys` and press **Add**. Enter your GitHub username and press "⏎". You should see the SSH Keys option change to include your GitHub username with the **Add** button changed to **Remove**.
* If a GitHub username is already there, press **Remove** to make **Add** reappear.