fix default config file

restore a setting changed for a local test
This commit is contained in:
Nicola Murino 2020-10-31 11:34:50 +01:00
parent 5b4e9ad982
commit 641493e31a
No known key found for this signature in database
GPG key ID: 2F1FB59433D5A8CB

View file

@ -14,7 +14,7 @@
"sftpd": {
"bind_port": 2022,
"bind_address": "",
"max_auth_tries": 20,
"max_auth_tries": 0,
"banner": "",
"host_keys": [],
"kex_algorithms": [],
@ -118,4 +118,4 @@
"ca_certificates": [],
"skip_tls_verify": false
}
}
}