From 56652f979a90138e04706d664ceb0c282a6bf700 Mon Sep 17 00:00:00 2001 From: Nelis Willers Date: Mon, 27 Mar 2017 03:56:27 -0200 Subject: [PATCH] SSH required to install Home Assistant (#2341) Added a note on the All-in-one doc page --- source/_docs/installation/raspberry-pi-all-in-one.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/installation/raspberry-pi-all-in-one.markdown b/source/_docs/installation/raspberry-pi-all-in-one.markdown index 686297e48a5..28ee892b59d 100644 --- a/source/_docs/installation/raspberry-pi-all-in-one.markdown +++ b/source/_docs/installation/raspberry-pi-all-in-one.markdown @@ -16,6 +16,8 @@ The only requirement is that you have a Raspberry Pi with a fresh installation o Note that as of 2016-11-30 SSH is disabled by default in the official Raspbian images. Adding an empty file called `ssh` to `/boot/` or the FAT32 partition will enable it. More information is on the Raspberry Pi Foundation [Blog](https://www.raspberrypi.org/blog/page/2/?fish#a-security-update-for-raspbian-pixel)

+Irrespective of whether you use SSH to connect to the Pi from another computer or not, you need SSH to install Home Assistant. So go ahead and enable SSH. + * Login to Raspberry Pi. For example with `ssh pi@your_raspberry_pi_ip` * Run the following command