| Summary: | Allow the user to change the environment in a secure way | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Vincent Lefevre <vincent-openssh> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.1p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Vincent Lefevre
2008-08-13 23:41:08 AEST
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. 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... Close bugs fixed/reviewed for openssh-5.2 release |