mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
multi-step auth: don't advertise password method if it is disabled
also rename the settings to password_authentication so it is more like OpenSSH, add some test cases and improve documentation
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
"pwd",
|
||||
"scp"
|
||||
],
|
||||
"keyboard_interactive_auth_hook": ""
|
||||
"keyboard_interactive_auth_hook": "",
|
||||
"password_authentication": true
|
||||
},
|
||||
"ftpd": {
|
||||
"bind_port": 0,
|
||||
|
||||
Reference in New Issue
Block a user