fix(systemModules:ssh): change UsePam -> UsePAM
This commit is contained in:
parent
72b67a865e
commit
ccbf36ec13
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue