You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tools/ssh/README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -24,14 +24,12 @@ The `id_rsa` key in this directory only works while your device is in the setup
24
24
See the [community wiki](https://github.com/commaai/openpilot/wiki/SSH) for more detailed instructions and information.
25
25
26
26
# Connecting to ssh.comma.ai
27
-
SSH into your comma device from anywhere with `ssh.comma.ai`.
27
+
SSH into your comma device from anywhere with `ssh.comma.ai`. Requires a [comma prime subscription](https://comma.ai/connect).
28
28
29
29
## Setup
30
30
31
31
With software version 0.6.1 or newer, enter your GitHub username on your device under Developer Settings. Your GitHub authorized public keys will become your authorized SSH keys for `ssh.comma.ai`. You can add any additional keys in `/system/comma/home/.ssh/authorized_keys.persist`.
32
32
33
-
Requires [comma SIM with comma prime](https://comma.ai/shop) activated with comma connect, available on iOS and Android. comma two and EON ship with a pre-inserted comma SIM.
34
-
35
33
## Recommended .ssh/config
36
34
37
35
With the below SSH configuration, you can type `ssh comma-{dongleid}` to connect to your device through `ssh.comma.ai`.<br />
0 commit comments