Updated SSH (markdown)

master
Nelson Chen 2021-05-09 18:45:02 -07:00
parent 7079620f57
commit ff61bfaec0
1 changed files with 2 additions and 2 deletions

4
SSH.md

@ -76,7 +76,7 @@ Windows 10 already comes with a SSH client and has everything you need to SSH in
5. 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.
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**.
* If you change or add new SSH keys on GitHub, you may need to repeat this step.
* 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.
* [Older device/OS and "port 22: Connection Refused"?](#port-22-connection-refused)
@ -105,7 +105,7 @@ macOS already comes with a SSH client and has everything you need to SSH into an
5. 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.
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**.
* If you change or add new SSH keys on GitHub, you may need to repeat this step.
* 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.
* [Older device/OS and "port 22: Connection Refused"?](#port-22-connection-refused)