:
:
::BTW, sshd on leaf dumps core when I tried to login unless I turn off
::tty allocation (via -T). Is anything bad happening on it?
::
::Best regards.
:
: Woa, that's odd. It is dying in getenv(). It looks like
: /usr/src/crypto/openssh/session.c is doing something really nasty
: with the environ global, but I don't know what.
:
The crypto/openssha code is messing with the environment in ways
that really interfere with libc's management of it. I will commit
a change to sshd to work around the issue.
Changing libc is not really in the cards, we would have to completely
rewrite the environment handling code.
-Matt
Matthew Dillon
<[email protected]>