https://bugzilla.mindrot.org/show_bug.cgi?id=3247
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Damien Miller <[email protected]> --- Yes, it is intended behaviour and follows the option resolution ordering mentioned at the start of the ssh_config man page. It's not really friendly unfortunately and that's a consequence of the mistake I made when originally implementing SendEnv of allowing multiple SendEnv directives to concatenate results. It's too late to fix this without causing widespread incompatibility though. As far as achieving what you want to do, putting this in your ~/.ssh/config should do the trick: Match final SendEnv -whatever Unfortunately there's no nice way to do this on the command-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 [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
