https://bugzilla.mindrot.org/show_bug.cgi?id=2340
--- Comment #10 from Darren Tucker <[email protected]> --- oops, missed the "2" to redirect stderr. That should have read: /path/to/sshd -p [someport] -De -oLogLevel=debug3 </dev/null >/dev/null 2>logfile however what you've posted indicates it worked, so I don't think it's going to be helpful either. The only other difference I can think of is the controlling terminal. You could test this by running sshd under something like setsid (assuming Solaris has it): setsid /usr/sbin/sshd -p [someport] -De -oLogLevel=debug3 </dev/null >/dev/null 2>logfile If that doesn't work, try setting loglevel=debug3 in sshd_config, restarting and then grepping the log messages out of syslog by process ID (but note that there will be at least 3 pids, so you'll need to get them all). -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
