bugzilla-daemon at mindrot.org
2013-Jun-06 00:32 UTC
[Bug 1346] PAM environment takes precedence over SendEnv
https://bugzilla.mindrot.org/show_bug.cgi?id=1346
--- Comment #38 from Damien Miller <djm at mindrot.org> ---
So we could define a channel request that could be interpreted by the
server to attempt to set the locale-related environment variables. How
about something like:
byte SSH_MSG_CHANNEL_REQUEST
uint32 recipient channel
string "locale at openssh.com"
string language
string charset
Where language might be "en_GB" and charset might be
"UTF-8". From this
the server could somehow search the local locale database for a good
fit.
An alternative would be to special-case LANG and LC_* and do the
translation implicitly.
--
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.
Possibly Parallel Threads
- [Bug 1346] PAM environment takes precedence over SendEnv
- [Bug 1346] PAM environment takes precedence over SendEnv
- [Bug 1346] New: PAM environment takes precedence over SendEnv
- [Bug 1285] no way to override SendEnv directive in /etc/ssh/ssh_config
- PAM session setup and environment variables
