forked from DGNum/infrastructure
feat(dgn-ssh): Increase allowed connexions
This commit is contained in:
parent
baa139c9b6
commit
6a25f88ee8
1 changed files with 4 additions and 1 deletions
|
@ -52,8 +52,11 @@ in
|
|||
enable = true;
|
||||
|
||||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
LoginGraceTime = "30";
|
||||
MaxSessions = "64";
|
||||
MaxStartups = "64";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue