On Wed, Jan 22, 2003 at 12:25:04PM +0200, Johann Spies wrote:
> sshd: host.allowed.here
Should work.
Check if sshd has TCP Wrapper support.
ldd /usr/sbin/sshd
should list
libwrap.so.0 => /lib/libwrap.so.0 (0x40018000)
If you build OpenSSH from scratch, use --with-tcpwrappers to enable it.
What message do you get in /var/log/messages if you connect to your machine?
Maybe there is a DENY rule in /etc/hosts.allow which matches before the
sshd rule.
Regards
Markus