Hi,

Yes, you're right. I am using openssh-server-2.1.1p4-1 and is picking the
values from hosts.allow and hosts.deny. We can then asume that TCP Wrappers
support is already built in, right?

Thanks,

Tomas Garcia Ferrari

Bigital
http://bigital.com


> The are various implementations of ssh, but it IS possible that TCP
> Wrappers support is already built-in to your ssh.  I.e., you MAY not need
> to include it inetd.conf.
> 
> If you get the Unix source code from www.ssh.com and build it from scratch,
> the option is something like:
> 
> ./configure --with-librwrap=/usr/lib/
> make
> make install
> 
> Then I think that all you need to do is to put sshd into hosts.allow, as:
> 
> sshd:   my.network
> 
> I don't know how to tell if such support is compiled into binary
> distributions (except that you could just try it).



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to