allow password login via ssh

This commit is contained in:
Akulij 2025-02-10 10:52:33 +00:00
parent 859fd3eaca
commit bc8f4ff4e5

View File

@ -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;