https://bugzilla.mindrot.org/show_bug.cgi?id=1285
Roumen Petrov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #18 from Roumen Petrov <[email protected]> --- Proposed solution is not compatible with current configuration rules - quote "For each parameter, the first obtained value will be used." SendEnv is multi value keyword but it seems to me proposed correction allows administrator to clear all user settings with SendEnv -*. As result the only solution is user to bay-pass system configuration using explicit configuration for example alias ssh="ssh -F ~/.ssh/config". At runtime SendEnv is checked according 'simple' pattern. This model does not supports negated arguments. There is another implementation "patern-list" with negated arguments. Using "patern-list" user could setup configuration like "SendEnv LANG,!*" and so first parameter will take precedence. May I request change in solution? -- 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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
