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