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 = {
enable = true;
settings.PasswordAuthentication = true;
settings = {
PasswordAuthentication = true;
MaxAuthTries = 1;
};
hostKeys = [
{
bits = 4096;