[Bug 2340] Openssh issue: unable to ssh the solaris server from ldap users
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Jan 28 01:45:32 AEDT 2015
https://bugzilla.mindrot.org/show_bug.cgi?id=2340
--- Comment #10 from Darren Tucker <dtucker at zip.com.au> ---
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.
More information about the openssh-bugs
mailing list