From d8b5dc9870d04e86b6cdeadcca297b542530cbeb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 14 Aug 2017 23:57:14 +0200 Subject: ssh/config: Use %i rather than hardcoding 1000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ssh') 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 -- cgit v1.2.3-54-g00ecf