From 69d03945f1027df7fc8d9d27a8be9d71712584f0 Mon Sep 17 00:00:00 2001 From: V Date: Thu, 2 Jun 2022 18:44:20 +0200 Subject: fleet: upgrade to NixOS 22.05 Change-Id: Ie5542d079ee7b2de06e0faed52343905b3287b39 --- fleet/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fleet/configuration.nix') 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 }; -- cgit 1.4.1