feat(dgn-ssh): Increase allowed connexions
All checks were successful
build configuration / build_storage01 (push) Successful in 59s
build configuration / build_compute01 (push) Successful in 1m6s
build configuration / build_vault01 (push) Successful in 52s
build configuration / build_web01 (push) Successful in 1m18s
build configuration / build_web02 (push) Successful in 49s
lint / check (push) Successful in 21s
build configuration / build_rescue01 (push) Successful in 49s
All checks were successful
build configuration / build_storage01 (push) Successful in 59s
build configuration / build_compute01 (push) Successful in 1m6s
build configuration / build_vault01 (push) Successful in 52s
build configuration / build_web01 (push) Successful in 1m18s
build configuration / build_web02 (push) Successful in 49s
lint / check (push) Successful in 21s
build configuration / build_rescue01 (push) Successful in 49s
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