mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
ssh_config: SendEnv LANG LC_*
This commit is contained in:
parent
ed0d6d663a
commit
28c2f0b8d8
@ -22,6 +22,9 @@ Host *
|
||||
# Always try public key authentication
|
||||
PubkeyAuthentication yes
|
||||
|
||||
# Send LANG and LC_* environment variables to the server
|
||||
SendEnv LANG LC_*
|
||||
|
||||
# If the server doesn't reply in "three" pings, connection is dead.
|
||||
# Defaults to 3 anyway, but I add it here for clearity and
|
||||
# in case it decides to change in the future.
|
||||
|
@ -23,6 +23,9 @@ Host *
|
||||
# Always try public key authentication
|
||||
PubkeyAuthentication yes
|
||||
|
||||
# Send LANG and LC_* environment variables to the server
|
||||
SendEnv LANG LC_*
|
||||
|
||||
# If the server doesn't reply in "three" pings, connection is dead.
|
||||
# Defaults to 3 anyway, but I add it here for clearity and
|
||||
# in case it decides to change in the future.
|
||||
|
Loading…
Reference in New Issue
Block a user