From c9ae42b4092135713a33d440402fa6f899f17109 Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 19 Jun 2023 03:47:25 +0200 Subject: [PATCH] sftpgo: Allow SSH key authentication --- install/sftpgo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/sftpgo.toml b/install/sftpgo.toml index 58d99c1..a99f33f 100644 --- a/install/sftpgo.toml +++ b/install/sftpgo.toml @@ -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]