From 36329f9e00b8f183ac9e258c917db10af47283d0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Wed, 10 Mar 2021 23:31:50 -0500 Subject: fix openssh --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index 49e376c..2029ec5 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -72,6 +72,7 @@ package = pkgs.postgresql95; }; openssh.passwordAuthentication = false; + openssh.challengeResponseAuthentication = false; }; nix = rec { -- cgit v1.2.3