Mailing List Archive

[Bug 1504] Allow the user to change the environment in a secure way
https://bugzilla.mindrot.org/show_bug.cgi?id=1504


Damien Miller <djm@mindrot.org> changed:

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




--- Comment #1 from Damien Miller <djm@mindrot.org> 2008-11-03 20:10:21 ---
Sorry, but we aren't interested in adding more mechanisms for env
setting or making the existing ones more powerful (certainly not adding
shell execution to .ssh/environment).

sshd_config:AcceptEnv and ssh_config:SendEnv should do almost
everything you need already.

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs
[Bug 1504] Allow the user to change the environment in a secure way [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=1504





--- Comment #2 from Vincent Lefevre <vincent@vinc17.org> 2008-11-03 20:48:03 ---
FYI, sshd_config:AcceptEnv and ssh_config:SendEnv are useless for
things like locale settings, since the values are platform-specific.

So, the only solution is to write a wrapper to ssh, but with the need
to parse the arguments, which is not really easy...

--
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.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs