Eric Bower
·
2025-11-26
config
1Host *
2 ServerAliveInterval 60
3 ServerAliveCountMax 3
4 StrictHostKeyChecking no
5 PubkeyAcceptedKeyTypes +ssh-rsa
6 AddKeysToAgent yes
7
8Host localhost
9 UserKnownHostsFile /dev/null
10
11Host kings
12 HostName 192.168.88.109
13 User erock
14 IdentityFile ~/.ssh/id_ed25519
15
16Host = d.*
17 HostName 192.168.88.109
18 User erock
19 IdentityFile ~/.ssh/id_ed25519
20
21 RemoteCommand zmx attach %k
22 RequestTTY yes
23 ControlPath ~/.ssh/cm-%r@%h:%p
24 ControlMaster auto
25 ControlPersist 10m
26
27Host fox
28 HostName 192.168.88.232
29 User erock
30 IdentityFile ~/.ssh/id_ed25519
31
32Host xor
33 HostName 192.168.88.193
34 User erock
35 IdentityFile ~/.ssh/id_ed25519
36
37Host pr
38 HostName pr.pico.sh
39 User erock
40 IdentityFile ~/.ssh/id_ed25519_master
41 IdentitiesOnly yes
42
43Host git
44 HostName 192.168.88.109
45 User erock
46 IdentityFile ~/.ssh/id_ed25519
47
48Host aur.archlinux.org
49 User aur
50 IdentityFile ~/.ssh/id_ed25519
51
52Host pico.sh
53 HostName pico.sh
54 IdentitiesOnly yes
55 IdentityFile ~/.ssh/id_ed25519
56
57Host ppico
58 HostName pico.sh
59 IdentitiesOnly yes
60 IdentityFile ~/.ssh/id_ed25519_pico
61
62Host pipe
63 HostName pipe.pico.sh
64 IdentitiesOnly yes
65 IdentityFile ~/.ssh/id_ed25519
66
67Host ppipe
68 HostName pipe.pico.sh
69 IdentitiesOnly yes
70 IdentityFile ~/.ssh/id_ed25519_pico
71
72Host p.*
73 HostName %h.sh
74 IdentitiesOnly yes
75 IdentityFile ~/.ssh/id_ed25519_pico
76
77Host pico.nue.0
78 HostName netcup0.nue.pico.sh
79 Port 650
80 User root
81 IdentityFile ~/.ssh/id_ed25519
82
83Host pico.ash.0
84 HostName oracle0.ash.pico.sh
85 Port 650
86 User root
87 IdentityFile ~/.ssh/id_ed25519
88
89Host pico.ash.1
90 HostName oracle1.ash.pico.sh
91 Port 650
92 User root
93 IdentityFile ~/.ssh/id_ed25519
94
95Host pico.ash.2
96 HostName oracle2.ash.pico.sh
97 Port 650
98 User root
99 IdentityFile ~/.ssh/id_ed25519
100
101Host pico.ash.3
102 HostName oracle3.ash.pico.sh
103 Port 650
104 User root
105 IdentityFile ~/.ssh/id_ed25519
106
107Host tuns.sh
108 HostName tuns.sh
109 IdentityFile ~/.ssh/id_ed25519
110
111Host rsync
112 HostName de2098.rsync.net
113 User de2098
114 IdentityFile ~/.ssh/id_ed25519