fix(systemModules:ssh): change UsePam -> UsePAM

This commit is contained in:
ooks-io 2024-04-30 22:05:23 +12:00
parent 72b67a865e
commit ccbf36ec13

View file

@ -17,7 +17,7 @@ in
UseDns = false; UseDns = false;
PasswordAuthentication = false; PasswordAuthentication = false;
AuthenticationMethods = "publickey"; AuthenticationMethods = "publickey";
UsePam = "no"; UsePAM = false;
PermitRootLogin = "no"; PermitRootLogin = "no";
StreamLocalBindUnlink = "yes"; StreamLocalBindUnlink = "yes";
KbdInteractiveAuthentication = mkDefault false; KbdInteractiveAuthentication = mkDefault false;