Re: SSH with TCP Wrappers

2002-12-09 Thread Josep M.
Hello. Thanks for all answers,yes,SSHD has not nothing to do with xinetd,only hosts.allow and hosts.deny is where SSHD looks.I ´m writing now my iptables script for block unwanted hosts and will add unwanted hosts in first place in my hosts.allow file. Josep Begin of Quote Emmanuel Seyman

Re: SSH with TCP Wrappers

2002-12-09 Thread Emmanuel Seyman
On Mon, Dec 09, 2002 at 03:43:01PM +1000, [EMAIL PROTECTED] wrote: > > I'm not sure how different 7.3 is from 8.0, but the 7.3 > version of openssh is compiled with tcp-wrappers, but > does not normally use xinted. Sshd is probably already > running as a separate daemon so what you put in xinetd.d/

RE: SSH with TCP Wrappers

2002-12-08 Thread Cameron . Davidson
I'm not sure how different 7.3 is from 8.0, but the 7.3 version of openssh is compiled with tcp-wrappers, but does not normally use xinted. Sshd is probably already running as a separate daemon so what you put in xinetd.d/ssh might have no effect. > chkconfig --list sshd should show something like