diff options
author | chopp <nix4me@gmail.com> | 2011-05-18 14:09:29 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-18 14:09:29 -0500 |
commit | d9c3239d6a3ca214324f7c2c95b8f2d4eb5e105b (patch) | |
tree | 78b9238c9db1c6802f34027990496e17f616268b /network/DenyHosts/README | |
parent | cfbbc1a4d5dddddd8949d05ab132613eb62eda3c (diff) | |
download | slackbuilds-d9c3239d6a3ca214324f7c2c95b8f2d4eb5e105b.tar.gz |
network/DenyHosts: Added (script to help thwart SSH server attacks)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/DenyHosts/README')
-rw-r--r-- | network/DenyHosts/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/network/DenyHosts/README b/network/DenyHosts/README new file mode 100644 index 0000000000..823f2b3e16 --- /dev/null +++ b/network/DenyHosts/README @@ -0,0 +1,4 @@ +DenyHosts is a python program that automatically blocks ssh attacks +by adding entries to /etc/hosts.deny. DenyHosts will also inform +Linux administrators about offending hosts, attacked users, and +suspicious logins. |