summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix30
1 files changed, 17 insertions, 13 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index e808954d..bc53480b 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -257,25 +257,29 @@
257 { hostname = "vidhar.yggdrasil"; 257 { hostname = "vidhar.yggdrasil";
258 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; 258 identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil";
259 }; 259 };
260 "mathw0g" =
261 { hostname = "mathw0g.math.lmu.de";
262 identityFile = "~/.ssh/gkleen@mathinst.loc";
263 };
264 "math60" = 260 "math60" =
265 { hostname = "math60.math.lmu.de"; 261 { hostname = "math60.math.lmu.de";
266 identityFile = "~/.ssh/gkleen@mathinst.loc"; 262 identityFile = "~/.ssh/gkleen@mathinst.loc";
267 }; 263 };
268 "mathw0e" =
269 { hostname = "mathw0e.mathinst.loc";
270 proxyJump = "mathw0h.mathinst.loc";
271 };
272 "mathw0d" = 264 "mathw0d" =
273 { hostname = "mathw0d.mathinst.loc"; 265 { hostname = "mathw0d.mathinst.loc";
274 proxyJump = "mathw0h.mathinst.loc"; 266 proxyJump = "mathw0h";
267 };
268 "mathw0e" =
269 { hostname = "mathw0e.mathinst.loc";
270 proxyJump = "mathw0h";
275 }; 271 };
276 "mathw0f" = 272 "mathw0f" =
277 { hostname = "mathw0f.mathinst.loc"; 273 { hostname = "mathw0f.mathinst.loc";
278 proxyJump = "mathw0h.mathinst.loc"; 274 proxyJump = "mathw0h";
275 };
276 "mathw0g" =
277 { hostname = "mathw0g.math.lmu.de";
278 identityFile = "~/.ssh/gkleen@mathinst.loc";
279 };
280 "mathw0h" =
281 { hostname = "mathw0h.mathinst.loc";
282 proxyJump = "mathw0g";
279 }; 283 };
280 "vrt-kvm04" = 284 "vrt-kvm04" =
281 { hostname = "vrt-kvm04.mathinst.loc"; 285 { hostname = "vrt-kvm04.mathinst.loc";
@@ -284,12 +288,12 @@
284 }; 288 };
285 "tts-www01" = 289 "tts-www01" =
286 { hostname = "tts-www01.mathinst.loc"; 290 { hostname = "tts-www01.mathinst.loc";
287 proxyJump = "mathw0h.mathinst.loc"; 291 proxyJump = "mathw0h";
288 user = "root"; 292 user = "root";
289 }; 293 };
290 "repo-apt01" = 294 "repo-apt01" =
291 { hostname = "repo-apt01.mathinst.loc"; 295 { hostname = "repo-apt01.mathinst.loc";
292 proxyJump = "mathw0h.mathinst.loc"; 296 proxyJump = "mathw0h";
293 user = "root"; 297 user = "root";
294 }; 298 };
295 "dpl-fai01" = 299 "dpl-fai01" =
@@ -298,7 +302,7 @@
298 }; 302 };
299 "math05" = 303 "math05" =
300 { hostname = "math05.mathinst.loc"; 304 { hostname = "math05.mathinst.loc";
301 proxyJump = "mathw0h.mathinst.loc"; 305 proxyJump = "mathw0h";
302 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; 306 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
303 }; 307 };
304} 308}