diff options
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 | }; |