Re: Disable locale forwarding in OpenSSH

2021-09-10 Thread Yanko Kaneti
On Thu, 2021-09-09 at 12:07 +0200, Florian Weimer wrote: > There is a movement towards C.UTF-8 for small images (containers and > VMs). C.UTF-8 has both size and performance improvements over the more > traditional en_US.UTF-8 locale. (The performance improvement is > currently in upstream glibc

Re: Disable locale forwarding in OpenSSH

2021-09-09 Thread patrakov
Florian Weimer wrote: > I tried to bring up this topic on the OpenSSH list to get some > cross-distribution consensus, but the discussion didn't actually go > anywhere: > > Phasing out forwarding of locale settings > >

Re: Disable locale forwarding in OpenSSH

2021-09-09 Thread Florian Weimer
* Iñaki Ucar: > This would work... if the target system has a properly configured > locale, which is not the case many times. E.g., [1] is still > unresolved. > > [1] https://github.com/CentOS/sig-cloud-instance-images/issues/154 Right, this looks like an inconsistent /etc/locale.conf setting. I

Re: Disable locale forwarding in OpenSSH

2021-09-09 Thread Iñaki Ucar
On Thu, 9 Sept 2021 at 12:17, Florian Weimer wrote: > > There is a movement towards C.UTF-8 for small images (containers and > VMs). C.UTF-8 has both size and performance improvements over the more > traditional en_US.UTF-8 locale. (The performance improvement is > currently in upstream glibc on