repos / dotfiles

my dotfiles

commit
b0c8700
parent
58b9eaf
author
Eric Bower
date
2025-08-12 22:16:26 -0400 EDT
chore: fox ssh
1 files changed,  +8, -0
M dot_ssh/config
+8, -0
 1@@ -36,6 +36,14 @@ Host = d.*
 2     RemoteCommand shpool attach -f %k
 3     RequestTTY yes
 4 
 5+Host = f.*
 6+    HostName 192.168.88.232
 7+    User erock
 8+    IdentityFile ~/.ssh/id_ed25519
 9+
10+    RemoteCommand shpool attach -f %k
11+    RequestTTY yes
12+
13 Host dev.zt
14     HostName 10.147.17.154
15     User erock