mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
ssh_config: also sendenv LANGUAGE
This commit is contained in:
parent
6fc4b6a29b
commit
90c86466dd
@ -22,8 +22,8 @@ Host *
|
||||
# Always try public key authentication
|
||||
PubkeyAuthentication yes
|
||||
|
||||
# Send LANG and LC_* environment variables to the server.
|
||||
SendEnv LANG LC_*
|
||||
# Send LANG, LANGUAGE and LC_* environment variables to the server.
|
||||
SendEnv LANG LANGUAGE 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
|
||||
|
@ -23,8 +23,8 @@ Host *
|
||||
# Always try public key authentication
|
||||
PubkeyAuthentication yes
|
||||
|
||||
# Send LANG and LC_* environment variables to the server.
|
||||
SendEnv LANG LC_*
|
||||
# Send LANG, LANGUAGE and LC_* environment variables to the server.
|
||||
SendEnv LANG LANGUAGE 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
|
||||
|
Loading…
Reference in New Issue
Block a user