sftpgo: Allow SSH key authentication
This commit is contained in:
parent
a459d7b764
commit
c9ae42b409
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ address = "127.0.0.1"
|
|||
driver = "memory"
|
||||
users_base_dir = "/srv/servnest/ht"
|
||||
external_auth_hook = "http://[::1]:8055/sftpgo-auth.php"
|
||||
external_auth_scope = 1
|
||||
external_auth_scope = 3
|
||||
naming_rules = 1
|
||||
|
||||
[data_provider.password_hashing]
|
||||
|
|
Loading…
Reference in a new issue