diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-28 15:03:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-10-28 15:03:43 +0200 |
commit | 9e657347657b06c4cce85ac163d5fa796a1d794e (patch) | |
tree | fcd6d24b0bbbdfb480a405bb454b858631ac3cf9 /accounts | |
parent | 783eb1b3efbb36fa780af63139fc3296cfe37522 (diff) | |
download | nixos-9e657347657b06c4cce85ac163d5fa796a1d794e.tar nixos-9e657347657b06c4cce85ac163d5fa796a1d794e.tar.gz nixos-9e657347657b06c4cce85ac163d5fa796a1d794e.tar.bz2 nixos-9e657347657b06c4cce85ac163d5fa796a1d794e.tar.xz nixos-9e657347657b06c4cce85ac163d5fa796a1d794e.zip |
Revert "gkleen@sif: ..."
This reverts commit 783eb1b3efbb36fa780af63139fc3296cfe37522.
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 1 |
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 | } |