I want to run the openssh daemon under supervise...should my "run" script be:

#!/bin/sh
exec /usr/local/sbin/sshd -D

I am not sure what options to use with sshd.
As above it seems to work;
if I use no options it flips out;
using fghack it seems to work but I always get a zombied (initial) 
sshd process.


Anybody else doing this?

Thanks

Reply via email to