diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:57:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:57:14 +0200 |
commit | d8b5dc9870d04e86b6cdeadcca297b542530cbeb (patch) | |
tree | cdf3b73842e94cd2c53a4870c91324ad8f365b69 | |
parent | e3a2905daf3e06650f78a25f63c66cd409225f33 (diff) | |
download | dotfiles-d8b5dc9870d04e86b6cdeadcca297b542530cbeb.tar.xz |
ssh/config: Use %i rather than hardcoding 1000
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | ssh/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |