2024-07-25 15:20:22 +02:00
|
|
|
[common]
|
|
|
|
umask = "022"
|
|
|
|
server_version = "short"
|
|
|
|
|
2022-05-09 02:40:29 +02:00
|
|
|
[sftpd]
|
|
|
|
banner = "SFTPGo"
|
|
|
|
host_keys = [
|
|
|
|
"/etc/sftpgo/ed25519"
|
|
|
|
]
|
|
|
|
host_key_algorithms = [
|
|
|
|
"ssh-ed25519"
|
|
|
|
]
|
|
|
|
kex_algorithms = [
|
|
|
|
"curve25519-sha256",
|
|
|
|
"curve25519-sha256@libssh.org"
|
|
|
|
]
|
|
|
|
ciphers = [
|
|
|
|
"chacha20-poly1305@openssh.com",
|
|
|
|
"aes128-gcm@openssh.com",
|
|
|
|
"aes256-gcm@openssh.com"
|
|
|
|
]
|
|
|
|
macs = [
|
|
|
|
"hmac-sha2-256-etm@openssh.com",
|
|
|
|
"hmac-sha2-512-etm@openssh.com"
|
|
|
|
]
|
|
|
|
login_banner_file = "/etc/sftpgo/banner.txt"
|
|
|
|
enabled_ssh_commands = []
|
|
|
|
|
|
|
|
[[sftpd.bindings]]
|
2024-07-18 20:58:12 +02:00
|
|
|
address = "[::]"
|
|
|
|
port = 42022
|
2024-04-09 18:24:00 +02:00
|
|
|
|
2024-07-18 20:58:12 +02:00
|
|
|
#[[sftpd.bindings]]
|
|
|
|
#address = "0.0.0.0"
|
|
|
|
#port = 42022
|
2022-05-09 02:40:29 +02:00
|
|
|
|
|
|
|
[data_provider]
|
|
|
|
driver = "memory"
|
2023-01-29 21:14:36 +01:00
|
|
|
users_base_dir = "/srv/servnest/ht"
|
2025-02-25 19:41:53 +01:00
|
|
|
external_auth_hook = "http://10.5.0.56:8055/sftpgo-auth.php"
|
2023-06-19 03:47:25 +02:00
|
|
|
external_auth_scope = 3
|
2022-06-23 19:50:50 +02:00
|
|
|
naming_rules = 1
|
2022-05-09 02:40:29 +02:00
|
|
|
|
2023-06-03 18:51:30 +02:00
|
|
|
[data_provider.password_hashing]
|
|
|
|
algo = "argon2id"
|
|
|
|
|
2022-05-09 02:40:29 +02:00
|
|
|
[[httpd.bindings]]
|
|
|
|
port = 0
|