diff --git a/rpi4.nix b/rpi4.nix index 350bc75..9918681 100644 --- a/rpi4.nix +++ b/rpi4.nix @@ -88,7 +88,7 @@ in with builtins; { services.openssh = { enable = true; - challengeResponseAuthentication = false; + kbdInteractiveAuthentication = false; passwordAuthentication = false; permitRootLogin = "no"; inherit hostKeys;