Updated SSH (markdown)

master
Nelson Chen 2021-07-03 21:45:44 -07:00
parent 257561fdaf
commit 2bae9d589c
1 changed files with 3 additions and 0 deletions

3
SSH.md

@ -128,6 +128,9 @@ If nothing above works, perhaps instructions based more from GitHub's official d
This section assumes that you have used SSH before. If you want to use Putty, use [the instructions above](https://github.com/commaai/openpilot/wiki/SSH#option-1---putty-ssh-client).
## OpenSSH or Similar Client
(⚠ Instructions are not updated for 0.8.3+)
1. Download the private key [from the openpilot repo.](https://github.com/commaai/openpilot/blob/master/tools/ssh/id_rsa). Save the key file as a text file and name it something like key.pem.
2. Open a terminal
3. Run C$ chmod 600 key.pem` (otherwise, the system will think the text file is not safe).