On Wed, Mar 19, 2008 at 07:15:00PM +0100, Casper.Dik at Sun.COM wrote: > >IIRC SQLite first writes to the journal and fsyncs that, then it writes > >to the DB and then fsyncs that, finally it removes the jorunal. > > Without knowing the exact protocol and sequence of updates, it is > impossible to tell what could go wrong.
I explained it in another mail. > >This would apply only to sshd, not to ssh. The commonly overridden > >parameter would be Port, and maybe HostKeys. > > I'm not sure I like the dichotomy of "something's in SMF and some not". > > (As someone else suggested in the thread: why not just specify a different > config file/dir) If there was a way to include another config file and have one or the other file's params override the others, sure. Currently the simplest alternative is to setup a start method for the non-default instances where sshd is executed firectly from the method (not a script in /lib/svc/method/) and specify all overrides on the command line for sshd. Nico --