mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +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
|
||||
UsePAM: yes
|
||||
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_IDENTIFICATION LC_ALL LANGUAGE
|
||||
- XMODIFIERS
|
||||
|
|
Loading…
Reference in a new issue