summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 03:08:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-04-16 03:08:41 -0400
commit76aeffa26d11219d2c9cb7b0889ac21a1fefa9e2 (patch)
treea444997094bfd3240e80d46f079e8d505c9c3c3f /.config/ssh
parent7a9061278ed7033a9dc676f18029423824d91db4 (diff)
do away with ~/.sessions
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 b6e53d6..9b366ed 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,7 +1,7 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.sessions/ssh-%r@%h:%p
+ ControlPath ~/.runtime/ssh-%r@%h:%p
Compression yes
Host lore