From 5c8b285692b1f0987371c3365d6a01fd031716e8 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 00:28:46 +0200 Subject: [PATCH] Update ssh.markdown --- source/_addons/ssh.markdown | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/_addons/ssh.markdown b/source/_addons/ssh.markdown index 2aafa4f8175..82b6bc9e422 100644 --- a/source/_addons/ssh.markdown +++ b/source/_addons/ssh.markdown @@ -9,4 +9,16 @@ sharing: true footer: true --- -[Placeholder] \ No newline at end of file +Setup a [ssh](https://openssh.org/) server. Allow to access severals hass.io folders with ssh client. It allow also to do some tunneling for access from outside. It should by used only on a ResinOS platform, generic linux would have here own ssh server. + +```json +{ + "authorized_keys": [ + "ssh-rsa AKDJD3839...== my-key" + ] +} +``` + +Option variables: + +- **authorized_keys** (*Required*): default empty. Your public-keys for authorized keyfile. Every element will be a line inside that file.