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