Skip to content

Commit

Permalink
add detail about where the ssh keys are added to
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Feb 5, 2024
1 parent be3aebc commit 7270cdc
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,12 @@ For other installation possibilities check out the [just documentation](https://

3. Add your public ssh key to the `.env` file

Adding public SSH keys to the project will allow you to access after the image is flashed to the device (which is critical for the onboarding process). The SSH keys are provided in the form of environment variables where the variable names start with `SSH_KEY_<description>`.
Adding public SSH keys to the project will allow you to access after the image is flashed to the device (which is critical for the onboarding process). The SSH keys are provided in the form of environment variables where the variable names start with `SSH_KEY_<description>` and are added to the authorized keys for the root user, e.g. `/root/.ssh/authorized_keys`.

For example:

```
SSH_KEYS_bootstrap="ssh-rsa xxxxxxx"
SSH_KEYS_user2="ssh-rsa xxxxxxx"
SSH_KEYS_user3="ssh-rsa xxxxxxx"
```

:::tip
Expand Down

0 comments on commit 7270cdc

Please sign in to comment.