On 04/07/2010 07:15 PM, Andrew Berg wrote:
> services and not others. It seems simple enough, so I tried using
> hosts.allow/hosts.deny, but I can still access the the FTP server even
> if I have a line such as vsftpd:<my IP address>.

If you have that in hosts.allow, then you need "vsftpd: *" in 
hosts.deny. Did you try that? Though, I question why you need a ftp 
server running when you have ssh access (scp/sftp). :)

-Jeremy