Site updated at 2017-05-04 02:36:42 UTC

This commit is contained in:
Travis CI 2017-05-04 02:36:42 +00:00
parent db36193f94
commit 753762ca12
28 changed files with 67 additions and 56 deletions

View file

@ -67,7 +67,7 @@
</h1>
</header>
<hr class="divider">
<p>Setup a <a href="https://openssh.org/">ssh</a> 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.</p>
<p>Setting up a <a href="https://openssh.org/">SSH</a> server allows access to hass.io folders with SSH client. It also allows tunneling for access from an external network. Please note that you only need to do this on a ResinOS platform as most Linux flavors have their own SSH server.</p>
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
</span><span class="nt">"authorized_keys"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
</span><span class="s2">"ssh-rsa AKDJD3839...== my-key"</span><span class="w">
@ -75,9 +75,9 @@
</span><span class="p">}</span><span class="w">
</span></code></pre>
</div>
<p>Option variables:</p>
<p>Configuration variables:</p>
<ul>
<li><strong>authorized_keys</strong> (<em>Required</em>): default empty. Your public-keys for authorized keyfile. Every element will be a line inside that file.</li>
<li><strong>authorized_keys</strong> (<em>Required</em>): Your public-keys for authorized keyfile. Every element will be a line inside that file.</li>
</ul>
</article>
</div>