From a8f1889e1b99cc4ba8d1bc2b3040e8ecbf2ae4b9 Mon Sep 17 00:00:00 2001 From: andrew-curtis Date: Fri, 16 Jun 2017 02:12:45 +1000 Subject: [PATCH] Create ssh.markdown (#2818) * Create ssh.markdown myself and a few other users in the forum had this same issue. Figured it was worth adding in to help others avoid the same pitfall. =] * Fix typo --- source/_addons/ssh.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 2d4da8096b0..2361e378ab4 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -28,4 +28,10 @@ Configuration variables:

This add-on is not compatible when you installed Hass.io via the generic Linux installer. + +If you're coming from Rasbian or similar, use `root` rather than `pi` when connecting via ssh or else you will get this error. + +```bash +Permission denied (publickey,keyboard-interactive) +```