summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix5
1 files changed, 5 insertions, 0 deletions
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 @@
296 { hostname = "dpl-fai01.mathinst.loc"; 296 { hostname = "dpl-fai01.mathinst.loc";
297 user = "root"; 297 user = "root";
298 }; 298 };
299 "math05" =
300 { hostname = "math05.mathinst.loc";
301 proxyJump = "mathw0h.mathinst.loc";
302 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
303 };
299} 304}