summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix1
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index d7156ea4..6b45c678 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -74,7 +74,6 @@ in {
74 74
75 Match host *.mathinst.loc,*.cipmath.loc 75 Match host *.mathinst.loc,*.cipmath.loc
76 IdentityFile ~/.ssh/gkleen@mathinst.loc 76 IdentityFile ~/.ssh/gkleen@mathinst.loc
77 KexAlgorithms +diffie-hellman-group1-sha1
78 77
79 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" 78 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null"
80 ProxyJump mathw0g 79 ProxyJump mathw0g
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index c0e528b6..e808954d 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -299,5 +299,6 @@
299 "math05" = 299 "math05" =
300 { hostname = "math05.mathinst.loc"; 300 { hostname = "math05.mathinst.loc";
301 proxyJump = "mathw0h.mathinst.loc"; 301 proxyJump = "mathw0h.mathinst.loc";
302 extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1";
302 }; 303 };
303} 304}