modules/browsers: set max auth attemts
This commit is contained in:
parent
9d871d9f57
commit
6a7276e96e
1 changed files with 4 additions and 1 deletions
|
@ -113,7 +113,10 @@ in
|
|||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = true;
|
||||
settings = {
|
||||
PasswordAuthentication = true;
|
||||
MaxAuthTries = 1;
|
||||
};
|
||||
hostKeys = [
|
||||
{
|
||||
bits = 4096;
|
||||
|
|
Loading…
Reference in a new issue