Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 00:04:24 -0500
From:      David Banning <david+dated+1167109465.e841d1@skytracker.ca>
To:        questions@freebsd.org
Subject:   question on hosts.allow
Message-ID:  <20061221050424.GA94983@skytracker.ca>

next in thread | raw e-mail | index | archive | help
I have been running denyhosts to stop attacks on my ssh port.

The attacks continue after protection is put in place.

Here is what I have in the tail of my /etc/hosts.allow 
as per the installation instructions;
-------------------------
...<snip>
sshd : /etc/hosts.deniedssh : deny
sshd : ALL : allow
-------------------------

and in /etc/hosts.deniedssh I have;

-------------------------
sshd: 82.165.182.220 : deny
sshd: 200.52.90.100 : deny
-------------------------

but I am still receiving attacks from the last IP address. So I am wondering
what program actually -reads- hosts.allow 

May be it has to be reset, or restarted? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061221050424.GA94983>