mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
fix default config file
restore a setting changed for a local test
This commit is contained in:
parent
5b4e9ad982
commit
641493e31a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue