Mailing List Archive

[Bug 1524] Problem with non-interactive logins and bash on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=1524


Knut Omang <knuto@paradial.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |knuto@paradial.com




--- Comment #1 from Knut Omang <knuto@paradial.com> 2008-10-16 05:40:35 ---
I experience what seems to be the same problem on Fedora Core 9,

version: openssh-5.1p1-2.fc9

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1524] Problem with non-interactive logins and bash on Solaris [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1524


Tomas Mraz <t8m@centrum.cz> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |t8m@centrum.cz




--- Comment #2 from Tomas Mraz <t8m@centrum.cz> 2008-10-16 07:35:01 ---
The current openssh server uses pipes instead of sockets to communicate
with the shell. bash recognized stdin as socket and called .bashrc in
this case. With pipe as stdin the bash runs as any other
non-interactive shell and doesn't read .bashrc.
There is also possibility to recompile bash so it recognizes ssh
through the environment variable SSH_CLIENT.

--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs