[OT] supervise sshd?

2001-03-19 Thread Peter Cavender
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

Re: [OT] supervise sshd?

2001-03-19 Thread Peter van Dijk
On Mon, Mar 19, 2001 at 10:22:20AM -0500, Peter Cavender wrote: > 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 flip

Re: [OT] supervise sshd?

2001-03-19 Thread Robin S. Socha
* Peter Cavender <[EMAIL PROTECTED]> [010319 10:12]: > I want to run the openssh daemon under supervise... > Anybody else doing this? http://koeln.ccc.de/~drt/ look for "A patch for OpenSSH for Unix".

Re: [OT] supervise sshd?

2001-03-28 Thread David Benfell
On Mon, Mar 19, 2001 at 10:22:20AM -0500, Peter Cavender wrote: > 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 flip

Re: [OT] supervise sshd?

2001-03-28 Thread Bruce Guenter
On Wed, Mar 28, 2001 at 12:20:50AM -0800, David Benfell wrote: > On Mon, Mar 19, 2001 at 10:22:20AM -0500, Peter Cavender wrote: > > I want to run the openssh daemon under supervise...should my "run" script be: > > > > #!/bin/sh > > exec /usr/local/sbin/sshd -D > > #!/bin/sh > exec fghack /usr/l