[Bug 815] RFE: sshd should be able to set environment variables defined by the client

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Mar 30 13:58:48 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=815





------- Additional Comments From djm at mindrot.org  2004-03-30 13:58 -------
Created an attachment (id=578)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=578&action=view)
Implement environment passing

The attached patch implements environment passing for -current. 

ssh gains an option "SendEnv", which specifies which environment variables may
be sent. sshd gains "AllowEnv", which controls what environment variables are
accepted (I don't much like this option, it may go away in favour of a fixed
list). 

Both of these options may be specified multiple times (with cumulative results)
and both take basic "*" and "?" wildcards.

This needs testing, especially with non-OpenSSH implementations.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list