mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00
1.5 KiB
1.5 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Securing | Instructions how to secure your Home Assistant installation. | 2016-10-06 06:00 | true | false | true | true |
One of the reasons to use Home Assistant is that it's not depending on cloud services. Even if you are only using Home Assistant in your local network, you should consider securing your instance.
{% linkable_title Checklist %}
- Protect your web interface with a password
- Secure your host. Sources could be Red Hat Enterprise Linux 7 Security Guide, CIS Red Hat Enterprise Linux 7 Benchmark, or the Securing Debian Manual.
- Restrict network access to your device. Set
PermitRootLogin no
in your sshd config (usually/etc/ssh/sshd_config
) and to use keys for authentication instead of passwords. - Don't run Home Assistant as root.
- Keep your secrets safe.
Additional points if you want to allow remote access: