Skip to content

Commit b807801

Browse files
authored
Update security.md
1 parent 7eb55c0 commit b807801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ logpath = /var/log/auth.log
262262
maxretry = 6
263263
```
264264

265-
As you can see, this section is named ssh, is enabled, examines the ssh port, filters using the `/etc/fail2ban/filter.d/sshd.conf` parameters, parses the /var/log/auth.log for malicious activity, and allows six retries before the detection threshold is reached. Checking the default section, we can see that the default banning action is:
265+
As you can see, this section is named ssh, is enabled, examines the ssh port, filters using the `/etc/fail2ban/filter.d/sshd.conf` parameters, parses the `/var/log/auth.log` for malicious activity, and allows six retries before the detection threshold is reached. Checking the default section, we can see that the default banning action is:
266266

267267
```bash
268268
# Default banning action (e.g. iptables, iptables-new,

0 commit comments

Comments
 (0)