blob: d47410f4dbd438a8376b7253a7500d723ed1462b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
|
{
"git.ymir" =
{ hostname = "ymir.yggdrasil.li";
user = "gitolite";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"git.yggdrasil.li" =
{ user = "gitolite";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"git.rheperire.org" =
{ user = "gitolite";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"borg.munin" =
{ hostname = "u120515.your-storagebox.de";
user = "u120515";
identityFile = "~/.ssh/borg.munin";
port = 23;
};
"munin" =
{ hostname = "u120515.your-storagebox.de";
user = "u120515";
identityFile = "~/.ssh/munin";
};
"ymir" =
{ hostname = "ymir.yggdrasil.li";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"odin" =
{ hostname = "odin.asgard.yggdrasil";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"init.odin" =
{ hostname = "odin.asgard.yggdrasil";
user = "root";
identityFile = "~/.ssh/rsa.gkleen@hel.midgard.yggdrasil";
extraOptions = {
StrictHostKeyChecking = "off";
};
};
"heimdallr" =
{ hostname = "heimdallr.asgard.yggdrasil";
user = "root";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"gitlab2.rz.ifi.lmu.de" =
{ user = "git";
identityFile = "~/.ssh/gkleen@gitlab2.rz.ifi.lmu.de";
};
"gitlab2.cip.ifi.lmu.de" =
{ user = "git";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"hel".hostname = "hel.midgard.yggdrasil";
"blackbeard" =
{ hostname = "blackbeard.tcs.ifi.lmu.de";
user = "pi";
identityFile = "~/.ssh/blackbeard";
};
"github.com" =
{ user = "git";
identityFile = "~/.ssh/gkleen@github.com";
};
"ullr.playat.ch" =
{ hostname = "ullr.playat.ch";
user = "minecraft";
identityFile = "~/.ssh/minecraft@ullr.playat.ch";
};
"ullr" =
{ hostname = "185.170.112.70";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"testworx" =
{ hostname = "testworx.tcs.ifi.lmu.de";
user = "root";
port = 30363;
identityFile = "~/.ssh/testworx";
};
"remote.cip.ifi.lmu.de" =
{ user = "kleen";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
};
"uniworx3" =
{ hostname = "uniworx3.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/uni2work";
};
"uniworx4" =
{ hostname = "uniworx4.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/uni2work";
};
"jump.uniworx4" =
{ hostname = "uniworx4.ifi.lmu.de";
user = "sshjump";
identityFile = "~/.ssh/sshjump.uni2work";
};
"uni2workgw" =
{ hostname = "uni2workgw.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/uni2work";
};
"uniworxdb2" =
{ hostname = "uniworxdb2";
proxyJump = "uniworx4";
user = "root";
identityFile = "~/.ssh/uni2work";
};
"uniworx5" =
{ hostname = "uniworx5.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/uni2work";
};
"gate2" =
{ hostname = "gate2.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/tcs";
serverAliveInterval = 0;
};
"proxy.gate2" =
{ hostname = "gate2.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de";
dynamicForwards = [ { port = 8118; } ];
serverAliveInterval = 0;
extraOptions = {
ExitOnForwardFailure = "yes";
};
};
"jump.gate2" =
{ hostname = "gate2.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de";
serverAliveInterval = 0;
extraOptions = {
ExitOnForwardFailure = "yes";
};
};
"gate" =
{ hostname = "gate.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/tcs";
};
"proxy.gate" =
{ hostname = "gate.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de";
dynamicForwards = [ { port = 8118; } ];
extraOptions = {
ExitOnForwardFailure = "yes";
};
};
"jump.gate" =
{ hostname = "gate.tcs.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/proxy.gkleen@tcs.ifi.lmu.de";
extraOptions = {
ExitOnForwardFailure = "yes";
};
};
"oregon" =
{ hostname = "oregon.tcs.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/tcs";
};
"proxy.oregon" =
{ hostname = "oregon.tcs.ifi.lmu.de";
user = "root";
identityFile = "~/.ssh/tcs";
dynamicForwards = [ { port = 8113; } ];
extraOptions = {
ExitOnForwardFailure = "yes";
};
};
"witbank" =
{ hostname = "witbank.tcs.ifi.lmu.de";
user = "uni2work";
identityFile = "~/.ssh/letz";
};
"git.odin" =
{ hostname = "odin.asgard.yggdrasil";
user = "gitolite";
};
"notmuch.odin" =
{ hostname = "odin.asgard.yggdrasil";
identityFile = "~/.ssh/notmuch.odin.asgard.yggdrasil";
};
"status.odin" =
{ hostname = "odin.asgard.yggdrasil";
identityFile = "~/.ssh/status.odin.asgard.yggdrasil";
extraOptions.ControlPath = "~/.ssh/status-%r@%n:%p";
};
"moden" =
{ hostname = "oristano.tcs.ifi.lmu.de";
user = "gkleen";
port = 30363;
identityFile = "~/.ssh/gkleen@oristano.tcs.ifi.lmu.de";
};
"ubuntu1804" =
{ hostname = "192.168.122.30";
identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
forwardAgent = true;
};
"gitlab.haskell.org" =
{ hostname = "gitlab.haskell.org";
identityFile = "~/.ssh/gkleen@gitlab.haskell.org";
};
"gitlab.lrz.de" =
{ hostname = "gitlab.lrz.de";
user = "git";
identityFile = "~/.ssh/gkleen@gitlab.lrz.de";
};
"uni2work-dev1" =
{ hostname = "uni2work-dev1.ifi.lmu.de";
user = "gkleen";
identityFile = "~/.ssh/uni2work";
proxyJump = "jump.uniworx4";
localForwards = [
{ bind = { address = "localhost"; port = 3940; };
host = { address = "localhost"; port = 3940; };
}
];
};
}
|