]> git.wh0rd.org - home.git/blob - .ssh/config
merge some laptop ssh config settings
[home.git] / .ssh / config
1 Host depot
2 User root
3
4 Host home
5 HostName home.wh0rd.org
6 Port 2
7
8 Host wh0rd-admin
9 User wh0rd
10 HostName wh0rd.vmadmin.bytemark.co.uk
11
12
13
14 ###
15 ### Blackfin systems
16 ###
17
18 Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
19 User vapier
20 IdentityFile ~/.ssh/id_dsa.bfin
21 Compression yes
22
23 Host uboot u-boot www.denx.de
24 User gu-blackfin
25 HostName www.denx.de
26 IdentityFile ~/.ssh/id_dsa.bfin
27
28 Host db.b.u.o
29 User root
30 HostName db.blackfin.uclinux.org
31 Port 443
32 Host docs.b.u.o
33 User root
34 HostName docs.blackfin.uclinux.org
35 Host sources.b.u.o
36 User root
37 HostName sources.blackfin.uclinux.org
38 Host firewall-sources.b.u.o
39 User root
40 HostName firewall-sources.blackfin.uclinux.org
41 Port 443
42 Host firewall-sources.blackfin.uclinux.org
43 User vapier
44 Port 443
45 IdentityFile ~/.ssh/id_dsa.bfin
46
47 Host norwood-cvs nwd2cvs1.corp.analog.com
48 User cvsuser
49 HostName nwd2cvs1.corp.analog.com
50 IdentityFile ~/.ssh/id_dsa.adi
51 Host shanghai-cvs
52 User root
53 HostName 10.99.22.20
54 ForwardX11 no
55 Host shanghai-cvs-ports
56 User root
57 HostName 10.99.22.20
58 ForwardX11 no
59 LocalForward 8079 localhost:8079
60 Host shanghai-ports
61 User vapier
62 HostName localhost
63 Port 8079
64 ForwardX11 no
65 DynamicForward 22222
66 LocalForward localhost:1143 nwd2exm5.ad.analog.com:143
67 LocalForward localhost:2225 nwd2exm5.ad.analog.com:25
68 Host nashua-test
69 User root
70 HostName 10.69.2.210
71 IdentityFile ~/.ssh/id_dsa.adi
72
73 Host macmini mac-mini
74 HostName 10.99.22.146
75 Host osx
76 User blackfin
77 HostName osx.ad.analog.com
78 IdentityFile ~/.ssh/id_dsa.adi
79 Host snoopy
80 HostName snoopy.ad.analog.com
81 IdentityFile ~/.ssh/id_dsa.adi
82
83 Host work
84 HostName localhost
85 Port 2
86 # HostName 192.168.254.2
87 # ForwardX11 yes
88 Host work-ports
89 HostName wh0rd.org
90 # HostName 192.168.254.2
91 LocalForward 143 nwd2exm5.ad.analog.com:143
92 LocalForward 25 nwd2exm5.ad.analog.com:25
93 DynamicForward 192.168.0.2:8080
94
95
96
97 ###
98 ### Gentoo systems
99 ###
100
101 # then at runtime, do:
102 # ssh -M -N -f vapier@cvs.gentoo.org
103 #Host cvs.gentoo.org
104 # ControlMaster auto
105 # ControlPath ~/.ssh/master-%r@%h:%p
106 #Host cvs.gentoo.org svn.gentoo.org
107 # ProxyCommand ssh -a vapier@dev.gentoo.org /usr/bin/nc -q2 %h %p
108
109 Host dev
110 HostName dev.gentoo.org
111 IdentityFile ~/.ssh/id_dsa.vapier
112
113 Host dev-ports
114 HostName dev.gentoo.org
115 IdentityFile ~/.ssh/id_dsa.vapier
116 LocalForward 127.0.0.1:1111 127.0.0.1:25
117
118 Host tinderbox
119 HostName x86dev.gentoo.osuosl.org
120
121 ### ALPHA ###
122
123 Host alpha
124 HostName monolith.freenet-rz.de
125 Host gendcc04
126 HostName gendcc04.cs.virginia.edu
127
128 ### AMD64 ###
129
130 Host amd64 poseidon
131 HostName poseidon.amd64.dev.gentoo.org
132 Host miranda
133 HostName miranda.amd64.dev.gentoo.org
134
135 ### ARM ###
136
137 Host coral
138 HostName coral.gentoo.osuosl.org
139
140 ### GBSD ###
141
142 Host gbsd
143 # User isis
144 # HostName mail.anyarch.net
145 HostName thepaya.homeip.net
146 # HostName thepaya.is-a-geek.org
147
148 ### HPPA ###
149
150 Host hake
151 HostName hppa.gentoo.osuosl.org
152
153 ### IA64 ###
154
155 Host beluga
156 HostName beluga.ia64.dev.gentoo.org
157 Host ia64
158 HostName i2.gentoo.osuosl.org
159
160 ### M68K ###
161
162 Host killerhippy
163 Port 1333
164 User mike
165 HostName killerhippy.is-a-geek.org
166
167 Host m68k
168 Port 2223
169 HostName bluespice.dyndns.org
170
171 Host kolla
172 HostName chetter.kolla.no
173
174 ### MIPS ###
175
176 Host raq2
177 HostName raq2.gentoo.osuosl.org
178
179 Host os
180 Port 2222
181 HostName localhost
182
183 Host o2k
184 Port 8022
185 User vapier
186 HostName o2k.total-knowledge.com
187
188 Host gateway
189 User vapier
190 HostName o2k.total-knowledge.com
191
192 Host swarm
193 User vapier
194 HostName swarm.total-knowledge.com
195
196 Host eroyf
197 User vapier
198 HostName movidis.mips.dev.hai2u.dk
199
200 ### PPC ###
201
202 Host ppc
203 HostName luna.gentoo.osuosl.org
204
205 ### S390 ###
206
207 # x3270 -sb -sl 1024 localhost:2320
208 # ssh -N -f -L 2320:192.168.44.20:23 vmgate.zseries.org -l vapier
209 Host vmgate-ports
210 HostName vmgate.zseries.org
211 LocalForward 2320 192.168.44.20:23
212 Host gentoo01
213 HostName gentoo01.zseries.org
214 Host gentoo02
215 HostName gentoo02.zseries.org
216 Host gentoo03
217 HostName gentoo03.zseries.org
218 Host gentoo04
219 HostName gentoo04.zseries.org
220
221 ### SPARC ###
222
223 Host sparc
224 HostName bender.sparc.dev.gentoo.org
225 Port 2223
226
227 ### SH ###
228
229 Host lantank
230 HostName lantank.sh.dev.gentoo.org