Site updated at 2017-05-14 22:58:49 UTC
This commit is contained in:
parent
9912eb49b7
commit
8fbd710b09
42 changed files with 73 additions and 61 deletions
|
@ -67,7 +67,7 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The following debug tips and tricks are for people who are running the Hass.io image. If you use the generic Linux installer script, you should be able to access your host and logs as per your host.</p>
|
||||
<p>The following debug tips and tricks are for people who are running the Hass.io image and are working on the base image. If you use the generic Linux installer script, you should be able to access your host and logs as per your host.</p>
|
||||
<h2><a class="title-link" name="ssh-access-to-the-host" href="#ssh-access-to-the-host"></a> SSH access to the host</h2>
|
||||
<p>Create an <code class="highlighter-rouge">authorized_keys</code> file in the root of your SD card with your public key. Once the device is booted, you can access your device as root over SSH on port 22222.</p>
|
||||
<p>Windows instructions how to generate and use private/public keys with Putty are <a href="https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-putty-on-digitalocean-droplets-windows-users">here</a>. Instead of the droplet instructions, add the public key as per above instructions.</p>
|
||||
|
@ -94,7 +94,6 @@ docker logs homeassistant
|
|||
<a href='/hassio/'>Hass.io </a>
|
||||
<ul>
|
||||
<li><a href='/hassio/installation/'>Installation </a></li>
|
||||
<li><a class='active' href='/hassio/debugging/'>Debugging </a></li>
|
||||
<li><a href='/addons/'>Available add-ons </a></li>
|
||||
<li><a href='/hassio/installing_third_party_addons/'>Installing third-party add-ons </a></li>
|
||||
<li><a href='/hassio/architecture/'>Architecture </a></li>
|
||||
|
@ -112,6 +111,7 @@ docker logs homeassistant
|
|||
<li><a href='/hassio/addon_repository/'>Repositories </a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class='active' href='/hassio/debugging/'>Debugging Hass.io </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue