From 949d2bfd0d1448b1f2711ed2170027c5534935c0 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Wed, 21 Apr 2021 22:19:37 +0500 Subject: ssh: send locale and timezone. --- files/.ssh/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/.ssh') 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 -- cgit v1.2.3