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