sftpgo.toml: update to better match Niver config
This commit is contained in:
parent
e31d394c3d
commit
e57db26e9b
1 changed files with 0 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
|||
[common]
|
||||
setstat_mode = 1
|
||||
|
||||
[sftpd]
|
||||
banner = "SFTPGo"
|
||||
host_keys = [
|
||||
|
@ -25,10 +22,6 @@ macs = [
|
|||
login_banner_file = "/etc/sftpgo/banner.txt"
|
||||
enabled_ssh_commands = []
|
||||
|
||||
[[sftpd.bindings]]
|
||||
port = 2022
|
||||
address = "[::1]"
|
||||
|
||||
[[sftpd.bindings]]
|
||||
port = 2022
|
||||
address = "127.0.0.1"
|
||||
|
|
Loading…
Reference in a new issue