From c190e7229317af652811ced9c96ae498e128b873 Mon Sep 17 00:00:00 2001 From: cogneato Date: Tue, 2 Oct 2018 05:43:05 -0600 Subject: [PATCH] Add missing header for generating keys (#101) --- docs/hassio_debugging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hassio_debugging.md b/docs/hassio_debugging.md index 774c964e..54b874ce 100644 --- a/docs/hassio_debugging.md +++ b/docs/hassio_debugging.md @@ -16,6 +16,7 @@ Create an `authorized_keys` file containing your public key, and place it in the ### HassOS based Hass.io Use a USB drive formatted with FAT, ext4, or NTFS and name it CONFIG (case sensitive). Create an `authorized_keys` file containing your public key, and place it in the root of the USB drive. From the UI, navigate to the hass.io system page and choose "Import from USB". You can now access your device as root over SSH on port 22222. Alternatively, the file will be imported from the USB when the hass.io device is rebooted. +### Generating Keys Windows instructions how to generate and use private/public keys with Putty are [here][windows-keys]. Instead of the droplet instructions, add the public key as per above instructions. Alternative instructions, for Mac, Windows and Linux can be found [here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#platform-mac).