From ddbc5f6fbe9e03391735a4e6a5a05cc2de213520 Mon Sep 17 00:00:00 2001 From: Sean Gollschewsky Date: Fri, 28 Jul 2017 20:03:22 +0100 Subject: [PATCH] Minor change to location of public key file (#3073) --- source/developers/hassio/debugging.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/hassio/debugging.markdown b/source/developers/hassio/debugging.markdown index 6b47eb12440..4f557178286 100644 --- a/source/developers/hassio/debugging.markdown +++ b/source/developers/hassio/debugging.markdown @@ -31,7 +31,7 @@ Follow steps 1-4 under 'Generating a new SSH key' (The other sections are not ap 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.

-Make sure when you are copying the public key to the root of the SD card that you rename the file correctly with no `.pub` file extension. +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.

## {% linkable_title Checking the logs %}