Site updated at 2017-07-26 21:47:47 UTC
This commit is contained in:
parent
6008801636
commit
031f6fd2ed
27 changed files with 53 additions and 51 deletions
|
@ -75,11 +75,13 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Setting up an <a href="https://openssh.org/">SSH</a> 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:</p>
|
||||
<p>Setting up an <a href="https://openssh.org/">SSH</a> server allows access to your Hass.io folders with any SSH client. It include also a command-line tool to access the <a href="https://github.com/home-assistant/hassio/blob/dev/API.md">Hass.io API</a>. Try it out:</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>hassio <span class="nb">help</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p class="note">This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io.</p>
|
||||
<p class="note">
|
||||
This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io.
|
||||
</p>
|
||||
<p>To use this add-on, you must have a private/public key to log in. To generate them, follow the <a href="https://www.digitalocean.com/community/tutorials/how-to-create-ssh-keys-with-putty-to-connect-to-a-vps">instructions for Windows</a> and <a href="https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/">these for other platforms</a>. It is possible to set a password for login since version 2.0 but for hight security use private/public keys. You can not run both variant at same time.</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">
|
||||
|
@ -97,7 +99,7 @@
|
|||
<div class="videoWrapper">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/GYJTy3UniHc" frameborder="0" allowfullscreen=""></iframe>
|
||||
</div>
|
||||
<p class="note">This add-on is not compatible when you installed Hass.io via the generic Linux installer.</p>
|
||||
<p class="note">This add-on is not compatible if Hass.io was installed via the generic Linux installer.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue