Does this version implement the ability to be run under Dan Bernstein's supervise/multilog utilities? I.e. can sshd be told not to daemonize and log all messages to stdout/stderr instead of syslog? Thanks, -- Jos Backus _/ _/_/_/ "Modularity is not a hack." _/ _/ _/ -- D. J. Bernstein _/ _/_/_/ _/ _/ _/ _/ josb at cncdsl.com _/_/ _/_/_/ use Std::Disclaimer;
mouring at etoh.eviladmin.org
2001-Feb-20 00:52 UTC
Portable OpenSSH 2.5.1p1: daemontools-aware?
On Mon, 19 Feb 2001, Jos Backus wrote:> Does this version implement the ability to be run under Dan Bernstein's > supervise/multilog utilities? I.e. can sshd be told not to daemonize and log > all messages to stdout/stderr instead of syslog? >I have no clue who/what Dan Bernstein's tools are.. but 2.5.1 supports: sshd -d -D When this option is specified sshd will not detach and does not become a daemon. This allows easy monitoring of sshd. - Ben
On Mon, Feb 19, 2001 at 04:16:40PM -0800, Jos Backus wrote:> Does this version implement the ability to be run under Dan Bernstein's > supervise/multilog utilities? I.e. can sshd be told not to daemonize and log > all messages to stdout/stderr instead of syslog?yes, with -D. no, logging to stdout is only supported for debugging.