- commit
- 289222a
- parent
- 090eab0
- author
- Eric Bower
- date
- 2025-09-06 12:11:48 -0400 EDT
chore(kings): fresh os install
2 files changed,
+9,
-28
+1,
-0
1@@ -38,6 +38,7 @@ abbr -a logs "ssh pipe sub /pico/log-drain -k | jq -r"
2 abbr -a ash "autossh -M 0"
3 abbr -a pdb "ssh -L 5432:localhost:5432 pico.ash.0"
4 abbr -a ai "aider --model ollama_chat/deepseek-r1:14b --code-theme dracula"
5+abbr -a zmount zfs mount -a
6
7 if type -q zoxide
8 zoxide init fish | source
+8,
-28
1@@ -8,22 +8,12 @@ Host *
2 Host localhost
3 UserKnownHostsFile /dev/null
4
5-Host fox
6- HostName 192.168.88.232
7- User erock
8- IdentityFile ~/.ssh/id_ed25519
9-
10 Host kings
11- HostName 192.168.88.132
12- User erock
13- IdentityFile ~/.ssh/id_ed25519
14-
15-Host dev
16- HostName 192.168.88.226
17+ HostName 192.168.88.109
18 User erock
19 IdentityFile ~/.ssh/id_ed25519
20
21-Host = d.*
22+Host = k.*
23 HostName 192.168.88.226
24 User erock
25 IdentityFile ~/.ssh/id_ed25519
26@@ -31,34 +21,24 @@ Host = d.*
27 RemoteCommand shpool attach -f %k
28 RequestTTY yes
29
30-Host = f.*
31+Host fox
32 HostName 192.168.88.232
33 User erock
34 IdentityFile ~/.ssh/id_ed25519
35
36- RemoteCommand shpool attach -f %k
37- RequestTTY yes
38-
39-Host kings.zt
40- HostName 10.147.17.159
41+Host = f.*
42+ HostName 192.168.88.232
43 User erock
44 IdentityFile ~/.ssh/id_ed25519
45
46-Host gpu
47- HostName 192.168.88.224
48- User erock
49- IdentityFile ~/.ssh/id_ed25519
50+ RemoteCommand shpool attach -f %k
51+ RequestTTY yes
52
53 Host xor
54 HostName 192.168.88.193
55 User erock
56 IdentityFile ~/.ssh/id_ed25519
57
58-Host cpu
59- HostName 192.168.88.225
60- User erock
61- IdentityFile ~/.ssh/id_ed25519
62-
63 Host pr
64 HostName pr.pico.sh
65 User erock
66@@ -66,7 +46,7 @@ Host pr
67 IdentitiesOnly yes
68
69 Host git
70- HostName 192.168.88.225
71+ HostName 192.168.88.109
72 User erock
73 IdentityFile ~/.ssh/id_ed25519
74