aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-08-14 23:57:14 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-08-14 23:57:14 +0200
commitd8b5dc9870d04e86b6cdeadcca297b542530cbeb (patch)
treecdf3b73842e94cd2c53a4870c91324ad8f365b69 /ssh
parente3a2905daf3e06650f78a25f63c66cd409225f33 (diff)
downloaddotfiles-d8b5dc9870d04e86b6cdeadcca297b542530cbeb.tar.xz
ssh/config: Use %i rather than hardcoding 1000
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index 45282e2..cc9cd38 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/%i/ssh.%r@%h:%p
ControlMaster auto
ControlPersist 30
GSSAPIAuthentication yes