File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : " fail2ban for HASS "
4
- description : " Setting up fail2ban to read HASS log files to improve security."
3
+ title : " fail2ban"
4
+ description : " Setting up fail2ban to read Home Assistant's log files to improve security."
5
5
date : 2017-05-24 10:05
6
6
sidebar : true
7
7
comments : false
@@ -14,8 +14,9 @@ This is a quick guide on how to setup fail2ban for Home Assistant. This was orig
14
14
15
15
First install ` fail2ban ` . On Debian/Ubuntu this would be ` apt-get install fail2ban ` . On other distros you can google it.
16
16
17
- Then make sure logging is enabled in ` /home/homeassistant/.homeassistant/configuration.yaml ` for your HA instance:
18
- ```
17
+ Then make sure logging is enabled in your ` configuration.yaml ` file for your Home Assistant instance:
18
+
19
+ ``` yaml
19
20
logger :
20
21
default : critical
21
22
logs :
You can’t perform that action at this time.
0 commit comments