summaryrefslogtreecommitdiff
path: root/modules/nixos/networking/hard-ssh.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
committerandromeda <andromeda@lenovo>2026-04-03 21:26:04 +0200
commit2ef56f1479e8b64fc656b29e89fbdec3969c8078 (patch)
treea858066f1122bc436c84ca63ed37f01761289bba /modules/nixos/networking/hard-ssh.nix
parentde1879b9a0b9a412068785d81cc17bbf947d0eef (diff)
tidy a bit
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;
};