modules/browsers: set max auth attemts

This commit is contained in:
Dmitriy Pleshevskiy 2024-08-28 19:57:02 +03:00
parent 9d871d9f57
commit 6a7276e96e
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -113,7 +113,10 @@ in
services.openssh = { services.openssh = {
enable = true; enable = true;
settings.PasswordAuthentication = true; settings = {
PasswordAuthentication = true;
MaxAuthTries = 1;
};
hostKeys = [ hostKeys = [
{ {
bits = 4096; bits = 4096;