From a9e41abe2f48d102650091fd699acd1a4bd89337 Mon Sep 17 00:00:00 2001 From: Felix Tenley Date: Fri, 4 Feb 2022 18:40:00 +0100 Subject: [PATCH] chore(rpi4): switch to new openssh kbd interactive authentication option --- rpi4.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;