mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-26 13:00:18 +01:00
fix type in AcceptEnv
default AcceptEnv in RedHat includes LC_CTYPE but not LC_TYPE
This commit is contained in:
parent
89d44d947f
commit
70c45f0d6f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ sshd_defaults:
|
||||||
GSSAPICleanupCredentials: yes
|
GSSAPICleanupCredentials: yes
|
||||||
UsePAM: yes
|
UsePAM: yes
|
||||||
AcceptEnv:
|
AcceptEnv:
|
||||||
- LANG LC_TYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
- LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
||||||
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
- LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
||||||
- LC_IDENTIFICATION LC_ALL LANGUAGE
|
- LC_IDENTIFICATION LC_ALL LANGUAGE
|
||||||
- XMODIFIERS
|
- XMODIFIERS
|
||||||
|
|
Loading…
Reference in a new issue