Updated SSH (markdown)

master
Nelson Chen 2021-05-04 15:15:31 -07:00
parent dff0dfc2ce
commit 7aa520bff3
1 changed files with 2 additions and 0 deletions

2
SSH.md

@ -78,6 +78,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**.
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)
## Option 2.Mac - Pre-installed OpenSSH client on macOS
@ -105,6 +106,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**.
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)
## Option 3 - Workbench