Re: tcp_wrappers x SSH
From: Doug Hughes (doug@Eng.Auburn.EDU)Date: 05/29/02
- Previous message: Rich Teer: "Re: xhost"
- In reply to: Marcelo de Souza: "tcp_wrappers x SSH"
- Next in thread: Marcelo de Souza: "Re: tcp_wrappers x SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 29 May 2002 12:45:51 -0500 (CDT) From: Doug Hughes <doug@Eng.Auburn.EDU> To: Marcelo de Souza <marcelo@acme-ids.org>
On Wed, 29 May 2002, Marcelo de Souza wrote:
>
> Hi all,
>
> I'd like to know how to set my SSH server to work together with tcp_wrappers
> over Solaris.
>
> I've compiled SSH version 3.1.2, with tcp_wrappers support. However, my
> /etc/hosts.allow (deny) settings do not work.
>
> What could be the problem? What's the right way to do this?
>
> Thank you in advance.
>
is it possible that the name you are using for your daemon when running
is not the same as what you are putting in hosts.allow?
(e.g. opensshd vs sshd or something)
It's hard to tell without more details. What sort of hosts.allow and
hosts.deny entries do you have?
normally something like this should work:
hosts.deny:
sshd: ALL
hosts.allow:
sshd: w.x.y.z my.foo.bar n.n.n.n/m.m.m.m
(assuming the daemon is running as sshd)
- Previous message: Rich Teer: "Re: xhost"
- In reply to: Marcelo de Souza: "tcp_wrappers x SSH"
- Next in thread: Marcelo de Souza: "Re: tcp_wrappers x SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|