mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19: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
|
# Always try public key authentication
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
|
||||||
# Send LANG and LC_* environment variables to the server.
|
# Send LANG, LANGUAGE and LC_* environment variables to the server.
|
||||||
SendEnv LANG LC_*
|
SendEnv LANG LANGUAGE LC_*
|
||||||
|
|
||||||
# If the server doesn't reply in "three" pings, connection is dead.
|
# If the server doesn't reply in "three" pings, connection is dead.
|
||||||
# Defaults to 3 anyway, but I add it here for clearity and
|
# Defaults to 3 anyway, but I add it here for clearity and
|
||||||
|
@ -23,8 +23,8 @@ Host *
|
|||||||
# Always try public key authentication
|
# Always try public key authentication
|
||||||
PubkeyAuthentication yes
|
PubkeyAuthentication yes
|
||||||
|
|
||||||
# Send LANG and LC_* environment variables to the server.
|
# Send LANG, LANGUAGE and LC_* environment variables to the server.
|
||||||
SendEnv LANG LC_*
|
SendEnv LANG LANGUAGE LC_*
|
||||||
|
|
||||||
# If the server doesn't reply in "three" pings, connection is dead.
|
# If the server doesn't reply in "three" pings, connection is dead.
|
||||||
# Defaults to 3 anyway, but I add it here for clearity and
|
# Defaults to 3 anyway, but I add it here for clearity and
|
||||||
|
Loading…
Reference in New Issue
Block a user