summaryrefslogtreecommitdiff
path: root/.config/ssh
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-21 14:24:52 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-21 14:24:52 -0400
commit6d896bef900acea951979d70bf62e35022327b91 (patch)
tree3b042e5837d4f52fcbd50eb81a94e87a4d2a63a7 /.config/ssh
parent23c45e3dfacbb773e3ffd32ef623f712db5e395c (diff)
Namespace ~/.runtime by hostname
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 9b366ed..d60058f 100644
--- a/.config/ssh/config
+++ b/.config/ssh/config
@@ -1,7 +1,7 @@
Host *
Protocol 2
ControlMaster auto
- ControlPath ~/.runtime/ssh-%r@%h:%p
+ ControlPath ~/.runtime/%l/ssh-%r@%h:%p
Compression yes
Host lore