feat(dgn-ssh): Increase allowed connexions

This commit is contained in:
Tom Hubrecht 2024-02-26 14:33:39 +01:00
parent baa139c9b6
commit 6a25f88ee8

View file

@ -52,8 +52,11 @@ in
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
LoginGraceTime = "30";
MaxSessions = "64";
MaxStartups = "64";
PasswordAuthentication = false;
};
};