Mailing List Archive

[Bug 3332] Multiple SetEnv commands in the config are ignored (only the first one works)
https://bugzilla.mindrot.org/show_bug.cgi?id=3332

Sven Berkvens-Matthijsse <sven@openssh.berkvens.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |sven@openssh.berkvens.net

--
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 3332] Multiple SetEnv commands in the config are ignored (only the first one works) [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3332

Sven Berkvens-Matthijsse <sven@openssh.berkvens.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
OS|Linux |All

--
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 3332] Multiple SetEnv commands in the config are ignored (only the first one works) [ In reply to ]
https://bugzilla.mindrot.org/show_bug.cgi?id=3332

Damien Miller <djm@mindrot.org> changed:

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

--- Comment #1 from Damien Miller <djm@mindrot.org> ---
This is intentional - SetEnv behaves like almost all other ssh_config
directives (first-match-wins).

Unfortunately, this is inconsistent with SendEnv, because I mistakenly
implemented that allowing multiple directives, which leads to other
problems (e.g. bug #3247).

You may enter multiple environment variables on a single SetEnv line.

--
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs