]> git.wh0rd.org - home.git/blob - .ssh/config
ssh_config: update settings
[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 Host e? e?.enlightenment.org e?v*.enlightenment.org
119 User vapier
120 ProxyCommand none
121
122 Host git.enlightenment.org
123 User git
124 ProxyCommand none
125
126 Host *.enlightenment.org
127 User vapier
128 ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
129
130 ###
131 ### Gentoo systems
132 ###
133
134 # then at runtime, do:
135 # ssh -N -f -n master-cvs.gentoo.org
136 Host master-cvs.gentoo.org
137 HostName cvs.gentoo.org
138 User vapier
139 ControlMaster yes
140 ControlPath ~/.ssh/master-%l-%r@%h:%p
141 Host cvs.gentoo.org
142 ControlMaster no
143 ControlPath ~/.ssh/master-%l-%r@%h:%p
144 BatchMode yes
145
146 Host dev
147 HostName dev.gentoo.org
148 IdentityFile ~/.ssh/id_rsa.vapier
149
150 Host dev-ports
151 HostName dev.gentoo.org
152 IdentityFile ~/.ssh/id_rsa.vapier
153 LocalForward 127.0.0.1:1111 127.0.0.1:25
154
155 Host cvs.gentoo.org
156 IdentityFile ~/.ssh/id_rsa.vapier
157 Host git.overlays.gentoo.org
158 IdentityFile ~/.ssh/back/id_dsa.vapier
159
160 Host tinderbox
161 HostName x86dev.gentoo.osuosl.org
162
163 ### ALPHA ###
164
165 Host alpha
166 HostName monolith.freenet-rz.de
167 IdentityFile ~/.ssh/id_rsa.vapier
168
169 ### AMD64 ###
170
171 Host amd64
172 HostName nightheron.gentoo.org
173 IdentityFile ~/.ssh/id_rsa.vapier
174
175 ### ARM ###
176
177 Host coral
178 HostName coral.gentoo.osuosl.org
179 IdentityFile ~/.ssh/id_rsa.vapier
180
181 Host polyp
182 HostName polyp.arm.dev.gentoo.org
183 IdentityFile ~/.ssh/id_rsa.vapier
184
185 ### GBSD ###
186
187
188 ### HPPA ###
189
190 Host hake
191 HostName hppa.gentoo.osuosl.org
192 IdentityFile ~/.ssh/id_rsa.vapier
193
194 ### IA64 ###
195
196 Host beluga
197 HostName beluga.ia64.dev.gentoo.org
198 IdentityFile ~/.ssh/id_rsa.vapier
199 Host ia64 guppy
200 HostName guppy.ia64.dev.gentoo.org
201 IdentityFile ~/.ssh/id_rsa.vapier
202
203 ### M68K ###
204
205 Host kolla
206 HostName chetter.kolla.no
207
208 ### MIPS ###
209
210 Host raq2
211 HostName raq2.gentoo.osuosl.org
212
213 Host mips
214 HostName 108.161.26.171
215 Port 9240
216
217 ### PPC ###
218
219 Host ppc2
220 HostName rooster.ppc64.dev.gentoo.org
221 IdentityFile ~/.ssh/id_rsa.vapier
222
223 Host ppc ppc64
224 HostName timberdoodle.gentoo.osuosl.org
225 IdentityFile ~/.ssh/id_rsa.vapier
226
227 ### S390 ###
228
229 Host lgentoo1
230 HostName 148.100.96.97
231 IdentityFile ~/.ssh/id_rsa.vapier
232 Host lgentoo2
233 HostName 148.100.96.98
234 IdentityFile ~/.ssh/id_rsa.vapier
235 Host lgentoo3
236 HostName lgentoo3.s390.gentoo.wh0rd.org
237 HostName 148.100.88.31
238 IdentityFile ~/.ssh/id_rsa.vapier
239 Host lgentoo4
240 HostName lgentoo4.s390.gentoo.wh0rd.org
241 HostName 148.100.88.32
242 IdentityFile ~/.ssh/id_rsa.vapier
243
244 Host gentoo01
245 HostName 71
246 Host gentoo02
247 HostName 71
248
249 ### SPARC ###
250
251 Host sparc
252 HostName bender.sparc.dev.gentoo.org
253 IdentityFile ~/.ssh/id_rsa.vapier
254
255 ### SH ###
256
257 Host lantank
258 HostName lantank.sh.dev.gentoo.org
259 IdentityFile ~/.ssh/id_rsa.vapier