Skip to content

Commit 242019b

Browse files
jurgenweberfrenck
authored andcommitted
update ssh details to be clearer on what is needed (home-assistant#3579)
1 parent d5c791c commit 242019b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/developers/hassio/debugging.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Alternative instructions, for Mac, Windows and Linux can be found [here](https:/
2828

2929
Follow steps 1-4 under 'Generating a new SSH key' (The other sections are not applicable to Hass.io and can be ignored.)
3030

31-
Step 3 in the link above, shows the path to the private key file `id_rsa` for your chosen operating system. Your public key, `id_rsa.pub`, is saved in the same folder. Next, copy your public key file to the root of your SD card.
31+
Step 3 in the link above, shows the path to the private key file `id_rsa` for your chosen operating system. Your public key, `id_rsa.pub`, is saved in the same folder. Next, copy your public key file to the root of your SD card as `authorized_keys`.
3232

3333
<p class='note'>
34-
Make sure when you are copying the public key to the root of the /boot partition of the SD card that you rename the file correctly with no `.pub` file extension.
34+
Make sure when you are copying the public key to the root of the /resin-boot partition of the SD card that you rename the file correctly to `authorized_keys` with no `.pub` file extension.
3535
</p>
3636

3737
You should then be able to SSH into your Hass.io device. On mac/linux, use:

0 commit comments

Comments
 (0)