]> git.wh0rd.org - home.git/blob - .ssh/config
ssh: add ppc64le
[home.git] / .ssh / config
1 # For HPN fast transfers
2 # scp -oNoneEnabled=yes -oNoneSwitch=yes
3 # also enable NoneEnabled on server side
4
5 #Host *
6 # ControlMaster auto
7 # ControlPath ~/.ssh/cm_socket/%r@%h:%p
8
9 Host localhost
10 StrictHostKeyChecking no
11
12 Host wh0rd.org
13 # For openssh
14 IdentityFile ~/.ssh/id_ed25519.vapier
15 # For dropbear
16 IdentityFile ~/.ssh/id_rsa.vapier
17
18 Host depot
19 User root
20 HostName home.wh0rd.org
21 Port 443
22 IdentityFile ~/.ssh/id_ed25519.vapier
23
24 Host home
25 HostName home.wh0rd.org
26 Port 443
27
28 Host bos.wh0rd.org
29 Port 443
30
31 Host home-ports
32 HostName vpn-vapier-m
33 #HostName home.wh0rd.org
34 #Port 443
35 Compression yes
36 DynamicForward 22222
37
38 Host dir-825
39 User root
40 HostName 192.168.0.250
41 IdentityFile ~/.ssh/id_dsa.vapier
42
43 ###
44 ### Blackfin systems
45 ###
46
47 Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
48 User vapier
49 IdentityFile ~/.ssh/id_dsa.bfin
50 Compression yes
51
52 Host uboot u-boot www.denx.de
53 User gu-blackfin
54 IdentityFile ~/.ssh/id_dsa.bfin
55 HostName www.denx.de
56
57 Host gitolite.kernel.org
58 User git
59 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
60
61 Host kup.kernel.org
62 IdentityFile ~/.ssh/limited/id_rsa.kernel.org
63
64 Host db.b.u.o
65 User root
66 IdentityFile ~/.ssh/id_dsa.adi
67 HostName db.blackfin.uclinux.org
68 Port 443
69 Host docs.b.u.o
70 User root
71 IdentityFile ~/.ssh/id_dsa.adi
72 HostName docs.blackfin.uclinux.org
73 Host sources.b.u.o
74 User root
75 IdentityFile ~/.ssh/id_dsa.adi
76 HostName sources.blackfin.uclinux.org
77 Host firewall-sources.b.u.o
78 User root
79 IdentityFile ~/.ssh/id_dsa.adi
80 HostName firewall-sources.blackfin.uclinux.org
81 Port 443
82 Host firewall-sources.blackfin.uclinux.org
83 User vapier
84 IdentityFile ~/.ssh/id_dsa.adi
85 Port 443
86 Host wiki.a.c
87 User vapier
88 IdentityFile ~/.ssh/id_dsa.adi
89 HostName 195.170.124.184
90 Port 6589
91
92 ###
93 ### Google systems
94 ###
95
96 Host gshell
97 HostName sh.corp.google.com
98 User vapier
99
100 Host work
101 HostName vapier.cam.corp.google.com
102
103 Host lemote
104 HostName 100.100.36.240
105
106 Host crosvm
107 Port 9222
108 HostName localhost
109 User root
110 StrictHostKeyChecking no
111 UpdateHostKeys yes
112 IdentityFile ~/.ssh/id_rsa.cros
113
114 ###
115 ### random source systems
116 ###
117
118 Host sourceware.org
119 IdentityFile ~/.ssh/id_rsa.vapier
120
121 Host github.com
122 IdentityFile ~/.ssh/id_rsa.vapier
123
124 Host uclibc.org
125 IdentityFile ~/.ssh/id_ed25519.vapier
126
127 Host e? e?.enlightenment.org e?v*.enlightenment.org
128 User vapier
129 ProxyCommand none
130
131 Host git.enlightenment.org
132 User git
133 ProxyCommand none
134
135 Host *.enlightenment.org
136 User vapier
137 ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
138
139 ###
140 ### Gentoo systems
141 ###
142
143 # then at runtime, do:
144 # ssh -N -f -n master-cvs.gentoo.org
145 Host master-cvs.gentoo.org
146 HostName cvs.gentoo.org
147 User vapier
148 ControlMaster yes
149 ControlPath ~/.ssh/master-%l-%r@%h:%p
150 Host cvs.gentoo.org
151 ControlMaster no
152 ControlPath ~/.ssh/master-%l-%r@%h:%p
153 BatchMode yes
154
155 Host dev
156 HostName dev.gentoo.org
157 IdentityFile ~/.ssh/id_ed25519.vapier
158
159 Host dev-ports
160 HostName dev.gentoo.org
161 IdentityFile ~/.ssh/id_ed25519.vapier
162 LocalForward 127.0.0.1:1111 127.0.0.1:25
163
164 Host cvs.gentoo.org
165 IdentityFile ~/.ssh/id_ed25519.vapier
166 Host git.overlays.gentoo.org
167 IdentityFile ~/.ssh/id_ed25519.vapier
168 Host git.gentoo.org
169 IdentityFile ~/.ssh/id_ed25519.vapier
170
171 Host tinderbox
172 HostName x86dev.gentoo.osuosl.org
173
174 ### ALPHA ###
175
176 Host alpha
177 HostName monolith.freenet-rz.de
178 IdentityFile ~/.ssh/id_ed25519.vapier
179
180 ### AMD64 ###
181
182 Host amd64
183 HostName nightheron.gentoo.org
184 IdentityFile ~/.ssh/id_rsa.vapier
185
186 ### ARM ###
187
188 Host coral
189 HostName coral.gentoo.osuosl.org
190 IdentityFile ~/.ssh/id_rsa.vapier
191
192 Host polyp
193 HostName polyp.arm.dev.gentoo.org
194 IdentityFile ~/.ssh/id_ed25519.vapier
195
196 ### GBSD ###
197
198
199 ### HPPA ###
200
201 Host hake
202 HostName hppa.gentoo.osuosl.org
203 IdentityFile ~/.ssh/id_ed25519.vapier
204
205 Host hake-console
206 HostName console1.gentoo.osuosl.org
207 IdentityFile ~/.ssh/id_rsa.vapier
208 User vapier
209 Port 3003
210 AddressFamily inet
211
212 ### IA64 ###
213
214 Host beluga
215 HostName beluga.ia64.dev.gentoo.org
216 IdentityFile ~/.ssh/id_rsa.vapier
217 Host ia64 guppy
218 HostName guppy.ia64.dev.gentoo.org
219 IdentityFile ~/.ssh/id_ed25519.vapier
220
221 ### M68K ###
222
223 Host kolla
224 HostName chetter.kolla.no
225
226 ### MIPS ###
227
228 Host mips
229 HostName fulong-spark.mips64.dev.gentoo.org
230
231 ### PPC ###
232
233 Host ppc ppc64
234 HostName timberdoodle.gentoo.osuosl.org
235 IdentityFile ~/.ssh/id_ed25519.vapier
236
237 Host ppcle ppc64le
238 HostName bogsucker.gentoo.osuosl.org
239 IdentityFile ~/.ssh/id_ed25519.vapier
240
241 ### S390 ###
242
243 Host lgentoo3
244 HostName lgentoo3.s390.gentoo.wh0rd.org
245 HostName 148.100.88.31
246 IdentityFile ~/.ssh/id_rsa.vapier
247 Host lgentoo4
248 HostName lgentoo4.s390.gentoo.wh0rd.org
249 HostName 148.100.88.32
250 IdentityFile ~/.ssh/id_rsa.vapier
251
252 ### SPARC ###
253
254 Host sparc
255 HostName bender.sparc.dev.gentoo.org
256 IdentityFile ~/.ssh/id_ed25519.vapier
257
258 ### SH ###
259
260 Host lantank
261 HostName lantank.sh.dev.gentoo.org
262 IdentityFile ~/.ssh/id_rsa.vapier