From 47139223493040b51f6d4168bad7b993b5e7a2b2 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Sun, 27 Aug 2023 22:27:46 +0500 Subject: Updates --- files/.ssh/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/.ssh/config') diff --git a/files/.ssh/config b/files/.ssh/config index e85a280..581d4b9 100644 --- a/files/.ssh/config +++ b/files/.ssh/config @@ -4,9 +4,11 @@ HashKnownHosts no # Enable automatic connection multiplexing by default. ControlMaster auto ControlPath ~/.ssh/.control.%n.%p.%r +ControlPersist 60m ServerAliveInterval 60 TCPKeepAlive yes Compression yes +ExitOnForwardFailure yes # http://petereisentraut.blogspot.com/2012/04/setting-time-zone-on-remote-ssh-hosts.html SendEnv LANG LC_* TZ -- cgit v1.2.3