> 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