Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
makenotwork
/
server
/
deploy
/
fail2ban-sshd.conf
191 B · 11 lines
History
Blame
Raw
1
# fail2ban jail for SSH brute force protection
2
# Drop-in for /etc/fail2ban/jail.d/
3
[sshd]
4
enabled = true
5
port = ssh
6
filter = sshd
7
backend = systemd
8
maxretry = 5
9
findtime = 600
10
bantime = 3600
11