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