Site updated at 2017-08-26 22:18:45 UTC
This commit is contained in:
parent
34c892c84b
commit
9d1f35a731
28 changed files with 172 additions and 67 deletions
|
@ -87,6 +87,10 @@ This section is not for users. Use the <a href="/addons/ssh/">SSH add-on</a> to
|
|||
<p class="note">
|
||||
Make sure when you are copying the public key to the root of the /boot partition of the SD card that you rename the file correctly with no <code class="highlighter-rouge">.pub</code> file extension.
|
||||
</p>
|
||||
<p>You should then be able to SSH into your Hass.io device. On mac/linux, use:</p>
|
||||
<div class="highlighter-rouge"><pre class="highlight"><code>ssh root@hassio.local -p 22222
|
||||
</code></pre>
|
||||
</div>
|
||||
<h2><a class="title-link" name="checking-the-logs" href="#checking-the-logs"></a> Checking the logs</h2>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="c"># Logs from the supervisor service on the Host OS</span>
|
||||
journalctl -f -u resin-supervisor.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue