diff options
| author | Anton Bobov <abobov@gmail.com> | 2021-04-21 22:19:37 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2021-04-21 22:19:37 +0500 |
| commit | 949d2bfd0d1448b1f2711ed2170027c5534935c0 (patch) | |
| tree | 77ca69d7d67e5405b96b7e0923c07a492b00e322 | |
| parent | bd18958d188411ca1bdd97418c82dc746c1d91c2 (diff) | |
ssh: send locale and timezone.
| -rw-r--r-- | files/.ssh/config | 2 |
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 |
