File: control

package info (click to toggle)
denyhosts 2.6-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 440 kB
  • ctags: 420
  • sloc: python: 2,104; sh: 214; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 1,068 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: denyhosts
Section: net
Priority: optional
Maintainer: Marco Bertorello <marco@bertorello.ns0.it>
Uploaders: Marco Nenciarini <mnencia@debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.1), dpatch, python, python-central (>= 0.5)
Standards-Version: 3.7.2.0
XS-Python-Version: current

Package: denyhosts
Architecture: all
Depends: lsb-base (>= 3.1-10), ${python:Depends}
Conflicts: denyhosts-common, denyhosts-python2.3, denyhosts-python2.4
Replaces: denyhosts-common, denyhosts-python2.3, denyhosts-python2.4
XB-Python-Version: ${python:Versions}
Description: an utility to help sys admins thwart ssh hackers
 DenyHosts is a python program that automatically blocks ssh
 brute-force attacks by adding entries to /etc/hosts.deny.
 It will also inform Linux administrators about offending
 hosts, attacked users and suspicious logins.
 .
 Syncronization with a central server is possible too.
 .
 Differently from other software that do same work, denyhosts
 doesn't need support for packet filtering or any other kind
 of firewall in your kernel