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
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
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
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
4 matches
Mail list logo