From 665632abda981995b235fe480af68d92856b0ce8 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu, 28 Oct 2021 14:23:16 +0200
Subject: gkleen@sif: ...

---
 accounts/gkleen@sif/ssh-hosts.nix | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 5c1bc670..e808954d 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -296,4 +296,9 @@
     { hostname = "dpl-fai01.mathinst.loc";
       user = "root";
     };
+  "math05" =
+    { hostname = "math05.mathinst.loc";
+      proxyJump = "mathw0h.mathinst.loc";
+      extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
+    };
 }
-- 
cgit v1.2.3