thorko . de
Linux / Unix systems administrator
Protect your OpenSSH server from brute force attacks
install fail2ban
apt-get install fail2ban
in jail.conf
[ssh]
enabled = true
port = ssh
filter = sshd
logpath = /var/log/auth.log
action = %(action_mw)s # bans ip and sends an email to destemail address in default section
bantime = 1200 # how long to ban the IP (20 minutes)
maxretry = 5 # how many failed tries
start fail2ban
/etc/init.d/fail2ban start
![]() | Info |
![]() | Download Zabbix Agent 1.8.10 - amd64 deb file Zabbix Server MySQL 1.8.10 - amd64 deb file Zabbix Frontend 1.8.10 - amd64 deb file Firefox 9.0.1 - x86_64 Thunderbird 9.0 - x86_64 LSI Util - manage LSI raid controller Nictool 2.0.8 Cisco VPN Client 4.9.01 for Mac |
![]() | Goodies Varnishd - Highly scalable web caching server CFengine - Configuration and installation automation of enterprise environments Open Benno - Another open source mail archive system (License: GPL). Lucene search engine, no database needed, mails stored in a directory structure |



