On Tue, Feb 27, 2007 at 11:15:30AM -0800, Darren.Reed at Sun.COM wrote: > I've seen this message on my console when booting S10U3, > what is the correct remedy for it?
On the console? What does your /etc/ssh/sshd_config contain? Specifically, are you trying to turn on UsePrivilegeSeparation? If so, don't. The SunSSH sshd does not support the OpenSSH privsep model or the UsePrivilegeSeparation parameter. Instead it implements an alternative privsep model that is always on and cannot be disabled (thus there's no parameter controlling it). Nico --