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;
PasswordAuthentication = false;
AuthenticationMethods = "publickey";
UsePam = "no";
UsePAM = false;
PermitRootLogin = "no";
StreamLocalBindUnlink = "yes";
KbdInteractiveAuthentication = mkDefault false;