Skip to content

Commit 65c442f

Browse files
authored
Update how to save proper authorized_keys
Saving private key straight from puttygen didn't work. Text from text-box must be saved to SD.
1 parent 2d532d1 commit 65c442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/hassio/debugging.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 as `authorized_keys`.
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, select all text from text box "Public key for pasting into OpenSSH authorized_keys file" and save it to to the root of your SD card as `authorized_keys`.
3232

3333
<p class='note'>
3434
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.

0 commit comments

Comments
 (0)