summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-01-11 23:45:38 +0100
committerChristoph Cullmann <cullmann@kde.org>2024-01-11 23:45:38 +0100
commitfb3dbe0a6acf059d3c1599094c44abc345f9525c (patch)
tree7755912549fa3629da8f6968112203a89bde931f /common.nix
parentb32daf32dd5ae707470f3db59338fce7013047f8 (diff)
back to secure settings
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/common.nix b/common.nix
index 9d97ed1..d0aa32c 100644
--- a/common.nix
+++ b/common.nix
@@ -71,9 +71,8 @@ in
services.openssh = {
# enable with public key only auth
enable = true;
- settings.PasswordAuthentication = true;
- settings.KbdInteractiveAuthentication = true;
- settings.PermitRootLogin = "yes";
+ settings.PasswordAuthentication = false;
+ settings.KbdInteractiveAuthentication = false;
# only ed25519 keys, make them persistent
hostKeys = [{