summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 15:59:10 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 15:59:10 -0400
commit39c0d7a5c7538350e96fc135147f56cdb7d45093 (patch)
tree77d28a4c32468985a0074565d9c3b006bbeee929 /.config/ssh
parent3295c5fd9b09fe0af48e11222c41d69f5bae5dbe (diff)
There's a really silly restriction for the path length of domain sockets.
Diffstat (limited to '.config/ssh')
-rw-r--r--.config/ssh/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ssh/config b/.config/ssh/config
index 84df253..8649e61 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,7 +1,7 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.cache/xdg-runtime-dir/%l/ssh-%r@%h:%p
+ ControlPath ~/.runtime/%l/ssh-%r@%h:%p
Compression yes
# Purdue ###################################################