aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:36:42 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-05-12 15:17:46 +0100
commitcee153e1d03f215139ba6d74a8cd8fe039213992 (patch)
treef4d60c432586f089564887a78946150a66b728a8
parent94fbfaf805c58c56fa54740e7ba1ed010e932813 (diff)
downloaddotfiles-cee153e1d03f215139ba6d74a8cd8fe039213992.tar.xz
ssh: kyrias has uid 20001 on theos
-rw-r--r--ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/config b/ssh/config
index 3b2d8be..8ba5161 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