config
1Host *
2 StrictHostKeyChecking no
3 PubkeyAcceptedKeyTypes +ssh-rsa
4 AddKeysToAgent yes
5
6Host localhost
7 UserKnownHostsFile /dev/null
8
9Host fox
10 HostName 192.168.88.188
11 User erock
12 IdentityFile ~/.ssh/id_ed25519
13
14Host kings
15 HostName 192.168.88.132
16 User erock
17 IdentityFile ~/.ssh/id_ed25519
18
19Host kings.zt
20 HostName kings.zt.erock.io
21 User erock
22 IdentityFile ~/.ssh/id_ed25519
23
24Host dev
25 HostName 192.168.88.226
26 User erock
27 IdentityFile ~/.ssh/id_ed25519
28
29Host dev.zt
30 HostName 10.147.17.154
31 User erock
32 IdentityFile ~/.ssh/id_ed25519
33
34Host kings.zt
35 HostName 10.147.17.159
36 User erock
37 IdentityFile ~/.ssh/id_ed25519
38
39Host gpu
40 HostName 192.168.88.224
41 User erock
42 IdentityFile ~/.ssh/id_ed25519
43
44Host xor
45 HostName 192.168.88.193
46 User erock
47 IdentityFile ~/.ssh/id_ed25519
48
49Host cpu
50 HostName 192.168.88.225
51 User erock
52 IdentityFile ~/.ssh/id_ed25519
53
54Host pr
55 HostName pr.pico.sh
56 User erock
57 IdentityFile ~/.ssh/id_ed25519_master
58 IdentitiesOnly yes
59
60Host git
61 HostName 192.168.88.225
62 User erock
63 IdentityFile ~/.ssh/id_ed25519
64
65Host erock.*
66 HostName %h.sh
67 IdentitiesOnly yes
68 IdentityFile ~/.ssh/id_ed25519
69
70Host aur.archlinux.org
71 User aur
72 IdentityFile ~/.ssh/id_ed25519
73
74Host pico.sh
75 HostName pico.sh
76 IdentitiesOnly yes
77 IdentityFile ~/.ssh/id_ed25519
78
79Host ppico
80 HostName pico.sh
81 IdentitiesOnly yes
82 IdentityFile ~/.ssh/id_ed25519_pico
83
84Host pipe
85 HostName pipe.pico.sh
86 IdentitiesOnly yes
87 IdentityFile ~/.ssh/id_ed25519
88
89Host ppipe
90 HostName pipe.pico.sh
91 IdentitiesOnly yes
92 IdentityFile ~/.ssh/id_ed25519_pico
93
94Host p.*
95 HostName %h.sh
96 IdentitiesOnly yes
97 IdentityFile ~/.ssh/id_ed25519_pico
98
99Host pico.nue
100 HostName netcup0.nue.pico.sh
101 Port 650
102 User root
103 IdentityFile ~/.ssh.id_ed25519
104
105Host pico.ash.0
106 HostName oracle0.ash.pico.sh
107 Port 650
108 User root
109 IdentityFile ~/.ssh/id_ed25519
110
111Host pico.ash.1
112 HostName oracle1.ash.pico.sh
113 Port 650
114 User root
115 IdentityFile ~/.ssh/id_ed25519
116
117Host pico.ash.2
118 HostName oracle2.ash.pico.sh
119 Port 650
120 User root
121 IdentityFile ~/.ssh/id_ed25519
122
123Host pico.ash.3
124 HostName oracle3.ash.pico.sh
125 Port 650
126 User root
127 IdentityFile ~/.ssh/id_ed25519
128
129Host tuns.sh
130 HostName tuns.sh
131 IdentityFile ~/.ssh/id_ed25519
132
133Host rsync
134 HostName de2098.rsync.net
135 User de2098
136 IdentityFile ~/.ssh/id_ed25519