From 00cd70f3e2b26f34e1d45522d82e750dc5c62dd1 Mon Sep 17 00:00:00 2001 From: Erich Moraga <33645296+ErichMoraga@users.noreply.github.com> Date: Thu, 18 Aug 2022 17:18:50 -0500 Subject: [PATCH] ssh docs: corrections and readability improvements (#25482) * Corrections and readability improvements * Apply suggestions from code review Co-authored-by: Shane Smiskol old-commit-hash: 6a3a9944c25da54880460a579f3d4616ed4b7fa4 --- tools/ssh/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tools/ssh/README.md b/tools/ssh/README.md index 29d3349328..67b5271a42 100644 --- a/tools/ssh/README.md +++ b/tools/ssh/README.md @@ -7,11 +7,11 @@ In order to SSH into your device, you'll need a GitHub account with SSH keys. Se * Enable SSH in your device's settings * Enter your GitHub username in the device's settings * Connect to your device - * Username: `comma` (comma three) + * Username: `comma` * Port: `22` or `8022` -Here's an example command for connecting to your device using its tethered connection: -`ssh root@192.168.43.1` +Here's an example command for connecting to your device using its tethered connection:
+`ssh comma@192.168.43.1` For doing development work on device, it's recommended to use [SSH agent forwarding](https://docs.github.com/en/developers/overview/using-ssh-agent-forwarding). @@ -34,7 +34,8 @@ Requires [comma SIM with comma prime](https://comma.ai/shop) activated with comm ## Recommended .ssh/config -With the below ssh configuration, you can type `ssh comma-{dongleid}` to connect to your device through `ssh.comma.ai`. For example, `ssh comma-ffffffffffffffff`. +With the below SSH configuration, you can type `ssh comma-{dongleid}` to connect to your device through `ssh.comma.ai`.
+For example: `ssh comma-ffffffffffffffff` ``` Host comma-*