From 991827e08ec4c228b2924524cb7430ef5a8f50b5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 26 Jul 2017 23:08:26 +0200 Subject: [PATCH] Update ssh.markdown --- source/_addons/ssh.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index f888cebc6d4..95daba216d9 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -10,7 +10,7 @@ footer: true featured: true --- -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: +Setting up an [SSH](https://openssh.org/) server allows access to your Hass.io folders with any SSH client. It include also a command-line tool to access the [Hass.io API](https://github.com/home-assistant/hassio/blob/dev/API.md). Try it out: ```bash $ hassio help ```