This commit is contained in:
Chris Kruining 2025-03-02 14:06:45 +01:00
parent 84541924eb
commit b828b79fe9

View file

@ -16,7 +16,7 @@ in
openFirewall = true;
ports = [ 22 ];
settings = {
PassswordAuthentication = true;
PasswordAuthentication = true;
AllowUsers = [ "chris" "root" ];
UseDns = true;
UsePAM = true;