sftpgo.toml: update to better match Niver config

This commit is contained in:
Miraty 2023-11-04 16:20:52 +01:00
parent e31d394c3d
commit e57db26e9b
1 changed files with 0 additions and 7 deletions

View File

@ -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"