From eeeae64b654ee8e5a2458210199f924fd4eda486 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 9 May 2017 20:17:15 +0200 Subject: [PATCH] Fix typo --- source/hassio/debugging.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/hassio/debugging.markdown b/source/hassio/debugging.markdown index c2cd7c58f55..e80ae97119a 100644 --- a/source/hassio/debugging.markdown +++ b/source/hassio/debugging.markdown @@ -13,7 +13,7 @@ The following debug tips and tricks are for people who are running the Hass.io i ## {% linkable_title SSH access to the host %} -Create an `authorized_keys` file in the root of your SD card with your public key. Once the device is booted, you can acces your device as root over SSH on port 22222. +Create an `authorized_keys` file in the root of your SD card with your public key. Once the device is booted, you can access your device as root over SSH on port 22222. 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.