From 800d1807da71a056ac162d46650cce28a881640d Mon Sep 17 00:00:00 2001 From: FReenen Date: Fri, 26 Apr 2024 16:47:37 +0200 Subject: [PATCH] allow ssh pass auth --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 60d8333..b8c257a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -103,7 +103,7 @@ enable = true; ports = [ 22 ]; settings = { - PasswordAuthentication = false; + PasswordAuthentication = true; AllowUsers = [ "freenen" ]; UseDns = true; X11Forwarding = false;