Re: ssh and tcpwappers(solved)

2003-01-22 Thread Johann Spies
On Wed, Jan 22, 2003 at 01:20:33PM +0100, Markus Wutzke wrote: > 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 => /li

Re: ssh and tcpwappers

2003-01-22 Thread Markus Wutzke
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-tcpwrapper

Re: ssh and tcpwappers

2003-01-22 Thread Markus Wutzke
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-tcpwrapper

ssh and tcpwappers

2003-01-22 Thread Johann Spies
How do I get ssh on debian to use tcpwrappers? The same configuration that works on Redhat servers - e.g. sshd: host.allowed.here in /etc/hosts.allow is ignored on my Debian servers. I have also tried ssh: host.allowed.here but without any difference in behaviour. Regards. Johann -- Joha