From 9e657347657b06c4cce85ac163d5fa796a1d794e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 28 Oct 2021 15:03:43 +0200 Subject: Revert "gkleen@sif: ..." This reverts commit 783eb1b3efbb36fa780af63139fc3296cfe37522. --- accounts/gkleen@sif/default.nix | 1 - accounts/gkleen@sif/ssh-hosts.nix | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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 { Match host *.mathinst.loc,*.cipmath.loc IdentityFile ~/.ssh/gkleen@mathinst.loc - KexAlgorithms +diffie-hellman-group1-sha1 Match host *.mathinst.loc !exec "nc -z -w 1 %h %p &>/dev/null" 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 @@ "math05" = { hostname = "math05.mathinst.loc"; proxyJump = "mathw0h.mathinst.loc"; + extraOptions.KexAlgorithms = "+diffie-hellman-group1-sha1"; }; } -- cgit v1.2.3