modules/browsers: change tries
This commit is contained in:
parent
05fe48a540
commit
ae08a31c1f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
PasswordAuthentication = true;
|
PasswordAuthentication = true;
|
||||||
MaxAuthTries = 1;
|
MaxAuthTries = 2;
|
||||||
};
|
};
|
||||||
hostKeys = [
|
hostKeys = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue