aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index 4644d4a..06fb00b 100644
--- a/ssh/config
+++ b/ssh/config
@@ -4,7 +4,7 @@ Host *
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
VerifyHostKeyDNS yes
- ControlPath /run/user/1000/ssh.%r@%h:%p
+ ControlPath /run/user/20001/ssh.%r@%h:%p
ControlMaster auto
ControlPersist 30
GSSAPIAuthentication yes