greetings,

in my /etc/inetd.conf it looks like this:

ssh     stream  tcp     nowait  root    /usr/local/sbin/sshd2   sshd2 -i

however when I run inetd, sshd2 does not start as a daemon.  I am 
starting it in inetd because of the TCP wrappers issue,  I
couldn't get the wrappers to work any other way..  anyway, what
am I doing wrong here?   

On my slackware machines it looks like this:


ssh     stream  tcp     nowait  root    /usr/sbin/tcpd  sshd2 -i

and works fine..   thanks in advance for any help.

Reply via email to