Updated SSH (markdown)

master
Nelson Chen 2021-08-19 13:05:00 -07:00
parent 105cfafca1
commit 79ce139f73
1 changed files with 2 additions and 2 deletions

4
SSH.md

@ -84,7 +84,7 @@ Windows 10 already comes with a SSH client and has everything you need to SSH in
* If a GitHub username is already there, press **Remove** to make **Add** reappear.
* If you change or add new SSH keys on GitHub, you should repeat this step.
7. Make sure `Settings [⚙️ icon] > Network > Enable SSH` is enabled. It should be green.
8. Run the command `ssh root@555.555.555.555` after replacing `555.555.555.555` with the IP address you discovered in the settings earlier. You should see a blue-ish prompt with "/data/openpilot" which confirms you are connected.
8. Run the command `ssh root@555.555.555.555` for C2/EON or `ssh comma@555.555.555.555` for C3 after replacing `555.555.555.555` with the IP address you discovered in the settings earlier. You should see a blue-ish prompt with "/data/openpilot" which confirms you are connected.
* [Older device/OS and "port 22: Connection Refused"?](#port-22-connection-refused)
## Option 2.Mac - Pre-installed OpenSSH client on macOS
@ -110,7 +110,7 @@ macOS already comes with a SSH client and has everything you need to SSH into an
* If a GitHub username is already there, press **Remove** to make **Add** reappear.
* If you change or add new SSH keys on GitHub, you should repeat this step.
7. Make sure `Settings [⚙️ icon] > Network > Enable SSH` is enabled. It should be green.
8. Run the command `ssh root@555.555.555.555` after replacing `555.555.555.555` with the IP address you discovered in the settings earlier. You should see a blue-ish prompt with "/data/openpilot" which confirms you are connected.
8. Run the command `ssh root@555.555.555.555` for C2/EON or `ssh comma@555.555.555.555` for C3 after replacing `555.555.555.555` with the IP address you discovered in the settings earlier. You should see a blue-ish prompt with "/data/openpilot" which confirms you are connected.
* [Older device/OS and "port 22: Connection Refused"?](#port-22-connection-refused)
## Option 3 - Github's official instructions