This page (revision-32) was last changed on 04-Oct-2025 12:15 by Harry Metske

This page was created on 05-Jun-2025 15:53 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
32 04-Oct-2025 12:15 21 KB Harry Metske to previous
31 16-Aug-2025 14:59 21 KB Harry Metske to previous | to last
30 16-Aug-2025 14:11 21 KB Harry Metske to previous | to last
29 16-Aug-2025 14:10 21 KB Harry Metske to previous | to last
28 16-Aug-2025 10:04 7 KB Harry Metske to previous | to last
27 18-Jun-2025 19:43 7 KB Harry Metske to previous | to last
26 10-Jun-2025 16:12 6 KB Harry Metske to previous | to last
25 10-Jun-2025 16:11 6 KB Harry Metske to previous | to last
24 09-Jun-2025 18:21 6 KB Harry Metske to previous | to last
23 09-Jun-2025 10:02 6 KB Harry Metske to previous | to last
22 09-Jun-2025 09:27 6 KB Harry Metske to previous | to last
21 08-Jun-2025 18:06 5 KB Harry Metske to previous | to last

Page References

Incoming links Outgoing links
HomeAssistant...nobody

Version management

Difference between version and

At line 40 changed one line
* install [HACS|https://hacs.xyz/] (Home Assistant Community Store
* install [HACS|https://hacs.xyz/] (Home Assistant Community Store
* enable ssh root access to the ha host:
** basically copying your ssh public key to /root/.ssh/authorized_keys. The root console is on serial console 6, just enter root, not password is asked. Then I used the ha webterminal to copy/paste my public key to a file called "aap", did a {{find / -name aap}}, and found out which actual from the host file system it was, then simply copy the contents: {{cat aap >/root/.ssh/authorized_keys}}.
** Then the DropBear ssh daemon needs to be enabled/started: {{systemctl start dropbear && systemctl enable dropbear}}
** You can then ssh from your workstation to ha with {{ssh root@192.168.2.8}}, and ther you are :-)
At line 46 added one line