openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adeeb Shihadeh 5c48e7bc86
remove comma two support (#24248)
3 years ago
..
README.md remove comma two support (#24248) 3 years ago
id_rsa Improve on-device CI reliability (#1922) 5 years ago

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: comma (comma three)
    • 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.

The id_rsa key in this directory only works while your device is in the setup state with no software installed. After installation, that default key will be removed.

See the community wiki for more detailed instructions and information.