sftpgo.toml: force umask to 022 + don't show version
This commit is contained in:
parent
2088d187d3
commit
05e4dbcd63
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
[common]
|
||||
umask = "022"
|
||||
server_version = "short"
|
||||
|
||||
[sftpd]
|
||||
banner = "SFTPGo"
|
||||
host_keys = [
|
||||
|
|
Loading…
Add table
Reference in a new issue