ich habe eine Problem mit DenyHosts 2.6.
Ich habe es nach folgender Anleitung installiert: http://www.howtoforge.com/preventing_ss ... _denyhosts
Es traten keine Fehler bei der Installation auf und der Daemon ist auch gestartet:
Code: Alles auswählen
root@vserver:/usr/share/denyhosts# /etc/init.d/denyhosts start --purge
starting DenyHosts: /usr/bin/env python /usr/bin/denyhosts.py --daemon --purge --config=/usr/share/denyhosts/denyhosts.cfg
root@vserver:/usr/share/denyhosts# /etc/init.d/denyhosts status
DenyHosts is running with pid = 29827
Meine /usr/share/denyhosts/denyhosts.cfg @nopaste: http://debianforum.de/forum/pastebin.ph ... ew&s=34292
Meine daemon-control
Code: Alles auswählen
root@vserver:/usr/share/denyhosts# cat daemon-control
#!/usr/bin/env python
# denyhosts Bring up/down the DenyHosts daemon
#
# chkconfig: 2345 98 02
# description: Activates/Deactivates the
# DenyHosts daemon to block ssh attempts
#
###############################################
###############################################
#### Edit these to suit your configuration ####
###############################################
DENYHOSTS_BIN = "/usr/bin/denyhosts.py"
DENYHOSTS_LOCK = "/var/run/denyhosts.pid"
DENYHOSTS_CFG = "/usr/share/denyhosts/denyhosts.cfg"
PYTHON_BIN = "/usr/bin/env python"
###############################################
#### Do not edit below ####
###############################################
Wenn ich jedoch das Passwort falsch eingebe, kann ich mich trotzdem noch via ssh verbinden. Habe bestimmt 15x das PW falsch eingegeben...
Kann mir da einer weiterhelfen?