repos / dotfiles

my dotfiles

commit
6ddcfd9
parent
97e3f70
author
Eric Bower
date
2025-09-06 15:43:15 -0400 EDT
chore(ssh): control path
1 files changed,  +6, -0
M dot_ssh/config
+6, -0
 1@@ -20,6 +20,9 @@ Host = k.*
 2 
 3     RemoteCommand shpool attach -f %k
 4     RequestTTY yes
 5+    ControlPath ~/.ssh/cm-%r@%h:%p
 6+    ControlMaster auto
 7+    ControlPersist 10m
 8 
 9 Host fox
10     HostName 192.168.88.232
11@@ -33,6 +36,9 @@ Host = f.*
12 
13     RemoteCommand shpool attach -f %k
14     RequestTTY yes
15+    ControlPath ~/.ssh/cm-%r@%h:%p
16+    ControlMaster auto
17+    ControlPersist 10m
18 
19 Host xor
20     HostName 192.168.88.193