From e838ad44364d69c8031a30fee7a1d8e62c78dd73 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Fri, 2 Jun 2023 18:18:43 +0200 Subject: common/ssh: use RFC42-style options --- common/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/ssh.nix b/common/ssh.nix index f0a0676..84f5577 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -5,6 +5,6 @@ inputs: { services.openssh = { enable = true; - passwordAuthentication = false; + settings.PasswordAuthentication = false; }; } -- cgit v1.2.3