diff --git a/ops/machines/whitby/default.nix b/ops/machines/whitby/default.nix index 0ded1df09..956618145 100644 --- a/ops/machines/whitby/default.nix +++ b/ops/machines/whitby/default.nix @@ -213,7 +213,7 @@ in services.openssh = { enable = true; passwordAuthentication = false; - challengeResponseAuthentication = false; + kbdInteractiveAuthentication = false; }; # Configure secrets for services that need them.