ssh_config: SendEnv LANG LC_*

This commit is contained in:
Aminda Suomalainen 2015-09-05 23:46:00 +03:00
parent ed0d6d663a
commit 28c2f0b8d8
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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.