[Bug 1524] Problem with non-interactive logins and bash on Solaris

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Apr 24 08:52:47 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1524

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Damien Miller <djm at mindrot.org>  ---
The problem here is bash making an unwarranted assumption about the
environment it operated in. OpenSSH has always used either pipes or
socketpairs depending on the operating system it was running on, so
bash's assumption was incorrect for platforms other than Linux anyway.

Apparently there is compile-time flag that one can set for bash that
resolves the problem:
https://bugzilla.redhat.com/attachment.cgi?id=321287&action=diff (I
haven't tried it)

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list