]> git.wh0rd.org - home.git/blob - .ssh/config
ssh_config: update archs
[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 Port 29419
94 IdentityFile ~/.ssh/id_rsa.google
95
96 Host work
97 HostName vapier.cam.corp.google.com
98
99 ###
100 ### random source systems
101 ###
102
103 Host sourceware.org
104 IdentityFile ~/.ssh/id_dsa.vapier
105
106 Host uclibc.org
107 IdentityFile ~/.ssh/id_dsa.vapier
108
109 ###
110 ### Gentoo systems
111 ###
112
113 # then at runtime, do:
114 # ssh -M -N -f vapier@cvs.gentoo.org
115 #Host cvs.gentoo.org
116 # ControlMaster auto
117 # ControlPath ~/.ssh/master-%r@%h:%p
118 #Host cvs.gentoo.org svn.gentoo.org
119 # ProxyCommand ssh -a vapier@dev.gentoo.org /usr/bin/nc -q2 %h %p
120
121 Host dev
122 HostName dev.gentoo.org
123 IdentityFile ~/.ssh/id_dsa.vapier
124
125 Host dev-ports
126 HostName dev.gentoo.org
127 IdentityFile ~/.ssh/id_dsa.vapier
128 LocalForward 127.0.0.1:1111 127.0.0.1:25
129
130 Host cvs.gentoo.org git.overlays.gentoo.org
131 IdentityFile ~/.ssh/id_dsa.vapier
132
133 Host tinderbox
134 HostName x86dev.gentoo.osuosl.org
135
136 ### ALPHA ###
137
138 Host alpha
139 HostName monolith.freenet-rz.de
140 IdentityFile ~/.ssh/id_dsa.vapier
141
142 ### AMD64 ###
143
144 Host amd64 skimmer
145 HostName skimmer.gentoo.org
146 IdentityFile ~/.ssh/id_dsa.vapier
147
148 Host poseidon
149 HostName poseidon.amd64.dev.gentoo.org
150 IdentityFile ~/.ssh/id_dsa.vapier
151
152 ### ARM ###
153
154 Host coral
155 HostName coral.gentoo.osuosl.org
156 IdentityFile ~/.ssh/id_dsa.vapier
157
158 Host polyp
159 HostName polyp.arm.dev.gentoo.org
160 IdentityFile ~/.ssh/id_dsa.vapier
161
162 ### GBSD ###
163
164
165 ### HPPA ###
166
167 Host hake
168 HostName hppa.gentoo.osuosl.org
169 IdentityFile ~/.ssh/id_dsa.vapier
170
171 ### IA64 ###
172
173 Host beluga
174 HostName beluga.ia64.dev.gentoo.org
175 IdentityFile ~/.ssh/id_dsa.vapier
176 Host ia64
177 HostName i2.gentoo.osuosl.org
178 IdentityFile ~/.ssh/id_dsa.vapier
179
180 ### M68K ###
181
182 Host kolla
183 HostName chetter.kolla.no
184
185 ### MIPS ###
186
187 Host raq2
188 HostName raq2.gentoo.osuosl.org
189
190 Host mips
191 HostName 108.161.26.171
192 Port 9240
193
194 ### PPC ###
195
196 Host ppc2
197 HostName rooster.ppc64.dev.gentoo.org
198 IdentityFile ~/.ssh/id_rsa.vapier
199
200 Host ppc ppc64
201 HostName timberdoodle.gentoo.osuosl.org
202 IdentityFile ~/.ssh/id_rsa.vapier
203
204 ### S390 ###
205
206 Host lgentoo1
207 HostName 148.100.96.97
208 IdentityFile ~/.ssh/id_rsa.vapier
209 Host lgentoo2
210 HostName 148.100.96.98
211 IdentityFile ~/.ssh/id_rsa.vapier
212
213 Host gentoo01
214 HostName 71
215 Host gentoo02
216 HostName 71
217
218 ### SPARC ###
219
220 Host sparc
221 HostName bender.sparc.dev.gentoo.org
222 Port 2223
223 IdentityFile ~/.ssh/id_dsa.vapier
224
225 ### SH ###
226
227 Host lantank
228 HostName lantank.sh.dev.gentoo.org
229 IdentityFile ~/.ssh/id_dsa.vapier