summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-03-12 12:43:22 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2024-03-12 12:43:22 +0100
commit2f8b062363b293a72e4afa0e682f1c4371317515 (patch)
tree7816d626414befba3f5d2e76b82dc843694ca4eb /accounts/gkleen@sif/ssh-hosts.nix
parenta5c1381a8057d5490341ffa91a4807f6ecfa0a26 (diff)
downloadnixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar
nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.gz
nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.bz2
nixos-2f8b062363b293a72e4afa0e682f1c4371317515.tar.xz
nixos-2f8b062363b293a72e4afa0e682f1c4371317515.zip
Diffstat (limited to 'accounts/gkleen@sif/ssh-hosts.nix')
-rw-r--r--accounts/gkleen@sif/ssh-hosts.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix
index 8cc0f04e..f141ca8e 100644
--- a/accounts/gkleen@sif/ssh-hosts.nix
+++ b/accounts/gkleen@sif/ssh-hosts.nix
@@ -546,6 +546,7 @@
546 extraOptions = { 546 extraOptions = {
547 PasswordAuthentication = "yes"; 547 PasswordAuthentication = "yes";
548 KbdInteractiveAuthentication = "yes"; 548 KbdInteractiveAuthentication = "yes";
549 HostKeyAlgorithms = "+ecdsa-sha2-nistp256";
549 }; 550 };
550 }; 551 };
551} 552}