Quote:
Originally Posted by win32sux
Can you make sure the malfunctioning binary was compiled with support for TCP wrappers?
Example:
Code:
ldd /usr/sbin/sshd | grep libwrap
(Adjust the name and path of the binary if necessary.)
|
Hi and thanks for your reply
I tried and they both do...
I've found the problem: hosts.allow/deny needs an empty line between each written line. By luck I've checked in the log file and I've found:
: warning: /etc/hosts.allow, line 63: missing newline or line too long
so I tried to separate the entries and now it works!