diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 19:25:50 +0000 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-07-30 19:25:50 +0000 |
commit | f92ff4faf08e066c89a7fe76ed804d7f4451f95c (patch) | |
tree | a9a169362c5317928dc00e344d52d821b3273335 /accounts/gkleen@sif/ssh-hosts.nix | |
parent | cdd176c16ea6da5ff090bb4bdcf946191b8f5072 (diff) | |
download | nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.gz nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.bz2 nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.xz nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.zip |
...
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index f141ca8e..8a34376a 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -422,7 +422,7 @@ | |||
422 | identityFile = "~/.ssh/admin@switch01.yggdrasil"; | 422 | identityFile = "~/.ssh/admin@switch01.yggdrasil"; |
423 | extraOptions = { | 423 | extraOptions = { |
424 | KexAlgorithms = "+diffie-hellman-group1-sha1"; | 424 | KexAlgorithms = "+diffie-hellman-group1-sha1"; |
425 | HostKeyAlgorithms = "+ssh-dss"; | 425 | # HostKeyAlgorithms = "+ssh-dss"; |
426 | Ciphers = "+aes256-cbc"; | 426 | Ciphers = "+aes256-cbc"; |
427 | MACs = "+hmac-sha1"; | 427 | MACs = "+hmac-sha1"; |
428 | }; | 428 | }; |