summary refs log tree commit diff
path: root/fleet/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'fleet/configuration.nix')
-rw-r--r--fleet/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/fleet/configuration.nix b/fleet/configuration.nix
index 2ba819a..736e0d5 100644
--- a/fleet/configuration.nix
+++ b/fleet/configuration.nix
@@ -97,7 +97,7 @@ in {
   services.openssh = {
     enable = true;
     passwordAuthentication = false;
-    challengeResponseAuthentication = false;
+    kbdInteractiveAuthentication = false;
     # TODO(V): Route exclusively over WireGuard, if you dare
   };