repos / dotfiles

my dotfiles

commit
1ec081d
parent
6bbb4bd
author
Eric Bower
date
2025-07-21 10:29:41 -0400 EDT
chore: format ssh_config
1 files changed,  +16, -17
M dot_ssh/config
+16, -17
 1@@ -29,16 +29,12 @@ Host dev
 2     IdentityFile ~/.ssh/id_ed25519
 3 
 4 Host = d.*
 5-  HostName 192.168.88.226
 6-  User erock
 7-  IdentityFile ~/.ssh/id_ed25519
 8-
 9-  RemoteCommand shpool attach -f %k
10-  RequestTTY yes
11+    HostName 192.168.88.226
12+    User erock
13+    IdentityFile ~/.ssh/id_ed25519
14 
15-  ControlPath ~/.ssh/cm-%r@%h:%p
16-  ControlMaster auto
17-  ControlPersist 10m
18+    RemoteCommand shpool attach -f %k
19+    RequestTTY yes
20 
21 Host dev.zt
22     HostName 10.147.17.154
23@@ -66,10 +62,10 @@ Host cpu
24     IdentityFile ~/.ssh/id_ed25519
25 
26 Host pr
27-  HostName pr.pico.sh
28-  User erock
29-  IdentityFile ~/.ssh/id_ed25519_master
30-  IdentitiesOnly yes
31+    HostName pr.pico.sh
32+    User erock
33+    IdentityFile ~/.ssh/id_ed25519_master
34+    IdentitiesOnly yes
35 
36 Host git
37     HostName 192.168.88.225
38@@ -89,6 +85,9 @@ Host pico.sh
39     HostName pico.sh
40     IdentitiesOnly yes
41     IdentityFile ~/.ssh/id_ed25519
42+    ControlPath ~/.ssh/cm-%r@%h:%p
43+    ControlMaster auto
44+    ControlPersist 10m
45 
46 Host ptest
47     HostName pico.sh
48@@ -153,7 +152,7 @@ Host rsync
49     IdentityFile ~/.ssh/id_ed25519
50 
51 Host pdeploy
52-  HostName pdeploy.mik.qa
53-  Port 2222
54-  User erock
55-  IdentityFile ~/.ssh/id_ed25519
56+    HostName pdeploy.mik.qa
57+    Port 2222
58+    User erock
59+    IdentityFile ~/.ssh/id_ed25519