From bc8f4ff4e5343e847c5a61cd22475a1edecbc31a Mon Sep 17 00:00:00 2001 From: Akulij Date: Mon, 10 Feb 2025 10:52:33 +0000 Subject: [PATCH] allow password login via ssh --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2576ba8..abc26c2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -83,7 +83,7 @@ in enable = true; ports = [ 1440 ]; settings = { - PasswordAuthentication = false; + PasswordAuthentication = true; AllowUsers = null; # Allows all users by default. Can be [ "user1" "user2" ] UseDns = true; X11Forwarding = false;