aboutsummaryrefslogtreecommitdiff
path: root/files/.ssh
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2021-04-21 22:19:37 +0500
committerAnton Bobov <abobov@gmail.com>2021-04-21 22:19:37 +0500
commit949d2bfd0d1448b1f2711ed2170027c5534935c0 (patch)
tree77ca69d7d67e5405b96b7e0923c07a492b00e322 /files/.ssh
parentbd18958d188411ca1bdd97418c82dc746c1d91c2 (diff)
ssh: send locale and timezone.
Diffstat (limited to 'files/.ssh')
-rw-r--r--files/.ssh/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.ssh/config b/files/.ssh/config
index 30c29de..8b10067 100644
--- a/files/.ssh/config
+++ b/files/.ssh/config
@@ -7,6 +7,8 @@ ControlPath ~/.ssh/.control.%n.%p.%r
ServerAliveInterval 60
TCPKeepAlive yes
Compression yes
+# http://petereisentraut.blogspot.com/2012/04/setting-time-zone-on-remote-ssh-hosts.html
+SendEnv LANG LC_* TZ
Host 192.168.*.*
StrictHostKeyChecking no