summaryrefslogtreecommitdiff
path: root/accounts
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-07-30 19:25:50 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2024-07-30 19:25:50 +0000
commitf92ff4faf08e066c89a7fe76ed804d7f4451f95c (patch)
treea9a169362c5317928dc00e344d52d821b3273335 /accounts
parentcdd176c16ea6da5ff090bb4bdcf946191b8f5072 (diff)
downloadnixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.gz
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.bz2
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.tar.xz
nixos-f92ff4faf08e066c89a7fe76ed804d7f4451f95c.zip
...
Diffstat (limited to 'accounts')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix2
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 };