diff --git a/bundles/ssh/files/ssh_config b/bundles/ssh/files/ssh_config index ebf3812..b519cd0 100644 --- a/bundles/ssh/files/ssh_config +++ b/bundles/ssh/files/ssh_config @@ -4,3 +4,6 @@ Host * GSSAPIAuthentication yes StrictHostKeyChecking yes GlobalKnownHostsFile /etc/ssh/ssh_known_hosts + ControlMaster auto + ControlPath ~/.ssh/multiplex-%C + ControlPersist 5m