mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
sftpd: add configuration options for allowed ciphers, MACs and KEX algorithms
add support for login banner too Fixes #32
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
"http_notification_url": ""
|
||||
},
|
||||
"keys": [],
|
||||
"enable_scp": false
|
||||
"enable_scp": false,
|
||||
"kex_algorithms": [],
|
||||
"ciphers": [],
|
||||
"macs": [],
|
||||
"login_banner_file": ""
|
||||
},
|
||||
"data_provider": {
|
||||
"driver": "sqlite",
|
||||
|
||||
Reference in New Issue
Block a user