True, both of them work. If you also set RequireReverseMapping to "yes" in
the sshd2_config file then the SSH daemon will provide almost the same
features as using libwrap.
--
Gregor Mosheh
[EMAIL PROTECTED]
Systems Admin, Humboldt Internet
707.825.4638
On Mon, 3 Apr 2000, Michael wrote:
> > Hi,
> > I'm not 100% sure about this, but I read the MAN page for sshd and
> > it seems to me that you don't need to use the tcpwrappers. Instead
> > you can modify the sshd configuration file with these commands
> > "AllowHosts 118.11.7.* " If specified, will only allow a
> > connection to hosts whose name or IP# match one of the listed
> > patterns. "AllowGroups" Can by used to specify names of groups that
> > should be allowed access.
> >
>
> That is correct, this is an entry from hosts.allow for one of my
> hosts showing the general syntax used
>
> sshd : ALL : allow
> sshdfwd-X11 : ALL : allow
>
>
> Michael
>