Hi,

> I am having problems using tcpserver, I am trying to run sshd under it.

That's whatI use:

# more /service/sshd/run /service/sshd/log/run
::::::::::::::
/service/sshd/run
::::::::::::::
#!/bin/sh
exec env - tcpserver -v -H -R -P -l0 0 22 /usr/sbin/sshd -f /etc/ssh/sshd_config -i 
2>&1
::::::::::::::
/service/sshd/log/run
::::::::::::::
#!/bin/sh
exec /usr/bin/setuidgid qmaill /usr/bin/multilog t /var/log/sshd

                                claudio
-- 
Claudio Nieder, Kanalweg 1, CH-8610 Uster, Tel +41 79 357 6743
yahoo messenger: claudionieder aim: claudionieder icq:42315212
mailto:[EMAIL PROTECTED]                http://www.claudio.ch

Reply via email to