diff --git a/src/ssh.config b/src/ssh.config index 390fba710865532d13358340c77241bd099b5be6..d931d5f697be99083e2e43d548a4ef68f26eddfd 100644 --- a/src/ssh.config +++ b/src/ssh.config @@ -1,8 +1,8 @@ -TCPKeepAlive=yes +TCPKeepAlive yes ServerAliveInterval 5 ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto -#ControlPersist 5 +ControlPersist 5 ForwardX11 yes ForwardX11Trusted yes