commit 99e88f8f4cf991e0e92de22273af4464f4142ce7
parent 7a62b3de9ea8988aea6bb0e01973383ef518e105
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 6 May 2024 17:55:49 +0200
remove dup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/common/server.nix b/nixos/common/server.nix
@@ -58,7 +58,7 @@
settings = {
PermitRootLogin = "yes";
# Use keys only. Remove if you want to SSH using password (not recommended)
- PasswordAuthentication = false;
+ PasswordAuthentication = true;
X11Forwarding = false;
KbdInteractiveAuthentication = false;
UseDns = false;