mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
enable scp in default configuration
remove the deprecated enable_scp setting
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
"http_notification_url": ""
|
||||
},
|
||||
"keys": [],
|
||||
"enable_scp": false,
|
||||
"kex_algorithms": [],
|
||||
"ciphers": [],
|
||||
"macs": [],
|
||||
@@ -23,7 +22,8 @@
|
||||
"md5sum",
|
||||
"sha1sum",
|
||||
"cd",
|
||||
"pwd"
|
||||
"pwd",
|
||||
"scp"
|
||||
],
|
||||
"keyboard_interactive_auth_program": "",
|
||||
"proxy_protocol": 0,
|
||||
|
||||
Reference in New Issue
Block a user