From dce6e186a12ce09bccc3ae9819ab4620c533f8c9 Mon Sep 17 00:00:00 2001 From: zhangxuantong <zhangxuantong@ihep.ac.cn> Date: Thu, 31 Oct 2024 14:59:49 +0800 Subject: [PATCH] reconfig ssh --- src/ssh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssh.config b/src/ssh.config index a71915e..390fba7 100644 --- a/src/ssh.config +++ b/src/ssh.config @@ -2,7 +2,7 @@ TCPKeepAlive=yes ServerAliveInterval 5 ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto -ControlPersist 5 +#ControlPersist 5 ForwardX11 yes ForwardX11Trusted yes -- GitLab