summaryrefslogtreecommitdiff
path: root/modules/nixos/networking/hard-ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/networking/hard-ssh.nix')
-rw-r--r--modules/nixos/networking/hard-ssh.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/nixos/networking/hard-ssh.nix b/modules/nixos/networking/hard-ssh.nix
index 849af9b..11a9ea0 100644
--- a/modules/nixos/networking/hard-ssh.nix
+++ b/modules/nixos/networking/hard-ssh.nix
@@ -4,7 +4,6 @@
allowSFTP = false;
ports = [5522];
settings = {
- PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = true;
};