summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/common.nix1
1 files changed, 1 insertions, 0 deletions
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 {