openpilot/tools/ssh
cydia2020 e87d88490b
README.md for SSH (#20365)
* SSH README

* table of contents fix

* fix ambiguity

* removed some useless sections

* Update README.md

* fix line

* cleanup

* add link

* this is correct

* Add notice that key is only fetched once

* Update README.md

* end of sentence

* Even more

* Update tools/ssh/README.md

* move ssh above tools

* remove useless sections

* succint

* note

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-03-21 18:58:58 -07:00
..
key Improve on-device CI reliability (#1922) 2020-07-25 02:12:19 -07:00
README.md README.md for SSH (#20365) 2021-03-21 18:58:58 -07:00
config merge in tools 2020-01-17 10:07:22 -08:00
id_rsa Improve on-device CI reliability (#1922) 2020-07-25 02:12:19 -07:00
via-smays.sh merge in tools 2020-01-17 10:07:22 -08:00
via-wifi.sh merge in tools 2020-01-17 10:07:22 -08:00

README.md

SSH

Quick Start

In order to SSH into your device, you'll need a GitHub account with SSH keys. See this GitHub article for getting your account setup with SSH keys.

  • Enable SSH in your device's settings
  • Enter your GitHub username in the device's settings
  • Connect to your device
    • Username: root
    • Port: 22 or 8022

Here's an example command for connecting to your device using its tethered connection: ssh root@192.168.43.1

For doing development work on device, it's recommended to use SSH agent forwarding.

Notes

The public keys are only fetched from your GitHub account once. In order to update your device's authorized keys, you'll need to re-enter your GitHub username.

See the community wiki for more detailed instructions and information.