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-21 13:27:02 -0400
commit6a9d6a88f21ef48464905f0ed4135d868704846d (patch)
tree632fe0a4d275f381de5962a3dcb9d4b1773aff87 /.config/ssh
parent2a7c3a704093cc9008c8f5cbf026713ba8192a48 (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