From 6b70989561d5757e2aca488c9391e11caecf41c0 Mon Sep 17 00:00:00 2001 From: Kevin Tawaststjerna Date: Wed, 25 Jan 2017 05:37:56 -0500 Subject: [PATCH] Added warning and link to how to ssh (#1780) * Added warning and link to how to enable ssh on raspbian. --- source/getting-started/installation-raspberry-pi.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/getting-started/installation-raspberry-pi.markdown b/source/getting-started/installation-raspberry-pi.markdown index 0158ec82858..9e03b2e7c77 100644 --- a/source/getting-started/installation-raspberry-pi.markdown +++ b/source/getting-started/installation-raspberry-pi.markdown @@ -26,7 +26,8 @@ There's currently three documented ways to install Home Assistant on a Raspberry This installation of Home Assistant requires the Raspberry Pi to run [Raspbian Lite](https://www.raspberrypi.org/downloads/raspbian/). The installation will be installed in a [Virtual Environment](/getting-started/installation-virtualenv) with minimal overhead. Instructions assume this is a new installation of Raspbian Lite. -Connect to the Raspberry Pi over ssh. Default password is `raspberry`. +Connect to the Raspberry Pi over ssh. Default password is `raspberry`. +You will need to enable ssh access. The raspberry pi website has instructions [here](https://www.raspberrypi.org/documentation/remote-access/ssh/). ```bash $ ssh pi@ipadress ```