Δημοσιεύτηκε: 27 Ιουν 2009, 18:58
από grimm
@linuxman:
το δοκίμασα και εγώ αυτό που πρότινες αλλά προσωπικά δε μου έπαιξε.
Ψάχνοντας διάβασα:
έγραψε:DenyHosts is a Python based security tool for SSH servers. It is intended to prevent brute force attacks on SSH servers by monitoring invalid login attempts in the authentication log and blocking the originating IP addresses.


Προσωπικά προτιμώ τα iptable rules:
Κώδικας: Επιλογή όλων
sudo iptables -A OUTPUT -d www.xkcd.com -j REJECT
sudo iptables -A OUTPUT -d xkcd.com -j REJECT


Επειδή τα rules χάνονται σε κάθε επανεκκίνηση χρειάζεται ρύθμιση:
https://help.ubuntu.com/community/Iptab ... %20startup