"Dave" <[EMAIL PROTECTED]> writes:

>How do you get ssh-1.2.26 to work with tcp_wrappers or vise versa?

Here's an example from my site...

: cass; egrep ssh /etc/hosts.allow
sshd : 10.0.0.0/255.248.0.0 203.12.172.0/255.255.252.0 EXCEPT 203.12.172.
sshdfwd-cvsup : 127.0.0.1
sshdfwd-cvspserver : 127.0.0.1
sshdfwd-X11 : 10.0.0.0/255.248.0.0 203.12.172.0/255.255.252.0 EXCEPT 203.12.172.

Clear as mud?  This allows sshd to accept connections from all our
internal networks (10.{0-15}.*.* 203.12.{172-175}.* but NOT
203.12.172.*) and allows ssh to forward ports for CVS.

-- 
Andrew Raphael <[EMAIL PROTECTED]>
        "Oh! I see, it's your birthday.  It's your big day, and I forgot."

Reply via email to