https://bugzilla.mindrot.org/show_bug.cgi?id=3438

--- Comment #2 from Christoph Anton Mitterer <[email protected]> ---
I've just verified this with Colin's fresh openssh-client 1:9.1p1-1:

When set in ssh_config as:
  SetEnv LC_ALL=C
  SetEnv LC_ALL=C.UTF-8

one now gets:
  setenv LC_ALL=C
in -G and in -v:
  debug1: channel 0: setting env LC_ALL = "C"


And without the following in the config:
  SetEnv LC_ALL=C LC_ALL=C.UTF-8
one now gets:
  setenv LC_ALL=C
in -G and in -v:
  debug1: channel 0: setting env LC_ALL = "C"


So I can confirm it's been fixed.


I'll leave it open for now, cause maybe ssh upstream wants to add some
documentation?


Cheers,
Chris.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to