summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/ssh-hosts.nix
diff options
context:
space:
mode:
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}