From e3ae3e3698c63e8e8e561ca6234c571b0b87e11f Mon Sep 17 00:00:00 2001 From: Will Heid Date: Fri, 23 Dec 2016 03:02:06 -0800 Subject: [PATCH] Add note about new default Raspbian behavior (#1640) * Add note about new default Raspbian behavior --- .../installation-raspberry-pi-all-in-one.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/getting-started/installation-raspberry-pi-all-in-one.markdown b/source/getting-started/installation-raspberry-pi-all-in-one.markdown index 0c588b9b5c8..30ce58992bd 100644 --- a/source/getting-started/installation-raspberry-pi-all-in-one.markdown +++ b/source/getting-started/installation-raspberry-pi-all-in-one.markdown @@ -11,6 +11,10 @@ The [Raspberry Pi All-In-One Installer](https://github.com/home-assistant/fabric The only requirement is that you have a Raspberry Pi with a fresh installation of [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) connected to your network. +

+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) +

+ * Login to Raspberry Pi. For example with `ssh pi@your_raspberry_pi_ip` * Run the following command