summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-03-10 23:31:50 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-03-10 23:31:50 -0500
commit36329f9e00b8f183ac9e258c917db10af47283d0 (patch)
treee5421ca8e7b2364b446ea559e930961adafc6b13 /modules/common.nix
parent103831d132ceb4aa9023158ed93ed8d85743a7a5 (diff)
fix openssh
Diffstat (limited to 'modules/common.nix')
-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 {