From 9f8451e70422f143efb5b2a198b593556a675a2e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 31 May 2022 09:40:35 +1000 Subject: [PATCH] openssh: challengeResponseAuthentication renamed kbdInteractiveAuthentication --- profiles/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/openssh.nix b/profiles/openssh.nix index e69577b..d437cb2 100644 --- a/profiles/openssh.nix +++ b/profiles/openssh.nix @@ -8,7 +8,7 @@ services.openssh = { enable = true; # Enable the OpenSSH daemon. permitRootLogin = "prohibit-password"; - challengeResponseAuthentication = false; + kbdInteractiveAuthentication = false; passwordAuthentication = false; openFirewall = true; hostKeys = [