Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:Update
openssh-testuser.26950
openssh-7.2p2-send_locale.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-7.2p2-send_locale.patch of Package openssh-testuser.26950
From 9b2e91c21a04d5d14105243fbcf04ac3205eb728 Mon Sep 17 00:00:00 2001 From: Old openssh patches <pcerny@suse.com> Date: Tue, 25 Oct 2022 18:53:07 +0200 Subject: [PATCH] openssh-7.2p2-send_locale # HG changeset patch # Parent dfcac093fca4d826a806b9d1c0bdc26e7ae8ee8e send locales in default configuration bnc#65747 --- ssh_config | 5 +++++ sshd_config | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ssh_config b/ssh_config index e9a769df..195f1553 100644 --- a/ssh_config +++ b/ssh_config @@ -31,6 +31,11 @@ Host * # expire after twenty minutes after remote login. ForwardX11Trusted yes +# This enables sending locale enviroment variables LC_* LANG, see ssh_config(5). + SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES + SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT + SendEnv LC_IDENTIFICATION LC_ALL + # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes diff --git a/sshd_config b/sshd_config index 8a20a882..b01dd4cd 100644 --- a/sshd_config +++ b/sshd_config @@ -125,6 +125,11 @@ X11Forwarding yes # override default of no subsystems Subsystem sftp /usr/libexec/sftp-server +# This enables accepting locale enviroment variables LC_* LANG, see sshd_config(5). +AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES +AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT +AcceptEnv LC_IDENTIFICATION LC_ALL + # Example of overriding settings on a per-user basis #Match User anoncvs # X11Forwarding no -- 2.38.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor