b2b94c0b3b
http://denyhosts.sourceforge.net/ DenyHosts is a script intended to be run by system administrators to help thwart SSH server attacks (also known as dictionary based attacks and brute force attacks). In short, it does this by monitoring your syslog output for failed login attempts and tweaking /etc/hosts.deny accordingly, and it can optionally send and fetch lists of ssh probers from a central server. Thanks to joerg@ for review and corrections.
10 lines
267 B
Text
10 lines
267 B
Text
$NetBSD: patch-ad,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
|
|
|
|
--- scripts/restricted_from_invalid.py.orig 2007-08-02 16:44:26.000000000 +0200
|
|
+++ scripts/restricted_from_invalid.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/bin/env python
|
|
+#!/usr/bin/env python
|
|
import os, sys
|
|
|
|
def usage():
|