From 3447d51a67eadbc76f5000feed40271bc7ab08b9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 21 Jul 2017 11:50:49 +0200 Subject: [PATCH] Update ssh.markdown --- source/_addons/ssh.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 280cf6ae914..3fe75d5450f 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -9,7 +9,10 @@ sharing: true footer: true --- -Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io folders with any SSH client. +Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io folders with any SSH client. It include also a cli to access into Hass.IO api. Try it out: +```bash +$ hassio help +```

This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io.