Add missing header for generating keys (#101)

This commit is contained in:
cogneato 2018-10-02 05:43:05 -06:00 committed by Paulus Schoutsen
parent 502a0959f3
commit c190e72293

View File

@ -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).