]> git.wh0rd.org - home.git/blob - .ssh/config
.ssh/config: add review.coreboot.org
[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 wh0rd.org
6 IdentityFile ~/.ssh/id_dsa.vapier
7
8 Host depot
9 User root
10 HostName home.wh0rd.org
11 Port 443
12 IdentityFile ~/.ssh/id_dsa.vapier
13
14 Host home
15 HostName home.wh0rd.org
16 Port 443
17
18 Host home-ports
19 HostName vpn-vapier-m
20 #HostName home.wh0rd.org
21 #Port 443
22 Compression yes
23 DynamicForward 22222
24
25 Host dir-825
26 User root
27 HostName 192.168.0.250
28 IdentityFile ~/.ssh/id_dsa.vapier
29
30 Host wh0rd-admin
31 User wh0rd
32 HostName wh0rd.vmadmin.bytemark.co.uk
33 IdentityFile ~/.ssh/id_dsa.vapier
34
35 ###
36 ### Blackfin systems
37 ###
38
39 Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
40 User vapier
41 IdentityFile ~/.ssh/id_dsa.bfin
42 Compression yes
43
44 Host uboot u-boot www.denx.de
45 User gu-blackfin
46 IdentityFile ~/.ssh/id_dsa.bfin
47 HostName www.denx.de
48
49 Host ra.kernel.org
50 User gitolite
51 IdentityFile ~/.ssh/id_rsa.kernel.org
52
53 Host db.b.u.o
54 User root
55 IdentityFile ~/.ssh/id_dsa.adi
56 HostName db.blackfin.uclinux.org
57 Port 443
58 Host docs.b.u.o
59 User root
60 IdentityFile ~/.ssh/id_dsa.adi
61 HostName docs.blackfin.uclinux.org
62 Host sources.b.u.o
63 User root
64 IdentityFile ~/.ssh/id_dsa.adi
65 HostName sources.blackfin.uclinux.org
66 Host firewall-sources.b.u.o
67 User root
68 IdentityFile ~/.ssh/id_dsa.adi
69 HostName firewall-sources.blackfin.uclinux.org
70 Port 443
71 Host firewall-sources.blackfin.uclinux.org
72 User vapier
73 IdentityFile ~/.ssh/id_dsa.adi
74 Port 443
75 Host wiki.a.c
76 User vapier
77 IdentityFile ~/.ssh/id_dsa.adi
78 HostName 195.170.124.184
79 Port 6589
80
81 ###
82 ### Google systems
83 ###
84
85 Host gshell
86 HostName sh.corp.google.com
87 User vapier
88
89 Host gerrit.chromium.org
90 Port 29418
91 IdentityFile ~/.ssh/id_rsa.google
92 Host gerrit-int.chromium.org git.chromium.org review.source.android.com review.coreboot.org
93 IdentityFile ~/.ssh/id_rsa.google
94
95 Host work
96 HostName vapier.cam.corp.google.com
97
98 ###
99 ### random source systems
100 ###
101
102 Host sourceware.org
103 IdentityFile ~/.ssh/id_dsa.vapier
104
105 Host uclibc.org
106 IdentityFile ~/.ssh/id_dsa.vapier
107
108 ###
109 ### Gentoo systems
110 ###
111
112 # then at runtime, do:
113 # ssh -M -N -f vapier@cvs.gentoo.org
114 #Host cvs.gentoo.org
115 # ControlMaster auto
116 # ControlPath ~/.ssh/master-%r@%h:%p
117 #Host cvs.gentoo.org svn.gentoo.org
118 # ProxyCommand ssh -a vapier@dev.gentoo.org /usr/bin/nc -q2 %h %p
119
120 Host dev
121 HostName dev.gentoo.org
122 IdentityFile ~/.ssh/id_dsa.vapier
123
124 Host dev-ports
125 HostName dev.gentoo.org
126 IdentityFile ~/.ssh/id_dsa.vapier
127 LocalForward 127.0.0.1:1111 127.0.0.1:25
128
129 Host cvs.gentoo.org git.overlays.gentoo.org
130 IdentityFile ~/.ssh/id_dsa.vapier
131
132 Host tinderbox
133 HostName x86dev.gentoo.osuosl.org
134
135 ### ALPHA ###
136
137 Host alpha
138 HostName monolith.freenet-rz.de
139 IdentityFile ~/.ssh/id_dsa.vapier
140
141 ### AMD64 ###
142
143 Host amd64 skimmer
144 HostName skimmer.gentoo.org
145 IdentityFile ~/.ssh/id_dsa.vapier
146
147 Host poseidon
148 HostName poseidon.amd64.dev.gentoo.org
149 IdentityFile ~/.ssh/id_dsa.vapier
150
151 ### ARM ###
152
153 Host coral
154 HostName coral.gentoo.osuosl.org
155 IdentityFile ~/.ssh/id_dsa.vapier
156
157 ### GBSD ###
158
159
160 ### HPPA ###
161
162 Host hake
163 HostName hppa.gentoo.osuosl.org
164 IdentityFile ~/.ssh/id_dsa.vapier
165
166 ### IA64 ###
167
168 Host beluga
169 HostName beluga.ia64.dev.gentoo.org
170 IdentityFile ~/.ssh/id_dsa.vapier
171 Host ia64
172 HostName i2.gentoo.osuosl.org
173 IdentityFile ~/.ssh/id_dsa.vapier
174
175 ### M68K ###
176
177 Host kolla
178 HostName chetter.kolla.no
179
180 ### MIPS ###
181
182 Host raq2
183 HostName raq2.gentoo.osuosl.org
184
185 ### PPC ###
186
187 Host ppc
188 HostName rooster.ppc64.dev.gentoo.org
189 IdentityFile ~/.ssh/id_rsa.vapier
190
191 Host ppc2
192 HostName timberdoodle.gentoo.osuosl.org
193 IdentityFile ~/.ssh/id_rsa.vapier
194
195 ### S390 ###
196
197 Host lgentoo1
198 HostName 148.100.96.97
199 IdentityFile ~/.ssh/id_rsa.vapier
200 Host lgentoo2
201 HostName 148.100.96.98
202 IdentityFile ~/.ssh/id_rsa.vapier
203
204 Host gentoo01
205 HostName 71
206 Host gentoo02
207 HostName 71
208
209 ### SPARC ###
210
211 Host sparc
212 HostName bender.sparc.dev.gentoo.org
213 Port 2223
214 IdentityFile ~/.ssh/id_dsa.vapier
215
216 ### SH ###
217
218 Host lantank
219 HostName lantank.sh.dev.gentoo.org
220 IdentityFile ~/.ssh/id_dsa.vapier