sftpd: add configuration options for allowed ciphers, MACs and KEX algorithms

add support for login banner too

Fixes #32
This commit is contained in:
Nicola Murino
2019-09-03 12:08:09 +02:00
parent dc5eeb54fd
commit 49a40f7a0b
5 changed files with 73 additions and 3 deletions

View File

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