From 1a61fc62965fbcd5d3389d77a066d1afb08b5566 Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 3 Jun 2023 18:51:30 +0200 Subject: [PATCH] sftpgo: bcrypt > argon2id This allows logging in over SFTP with a password longer than 73 characters --- install/sftpgo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/sftpgo.toml b/install/sftpgo.toml index 7b9fa97..58d99c1 100644 --- a/install/sftpgo.toml +++ b/install/sftpgo.toml @@ -37,5 +37,8 @@ external_auth_hook = "http://[::1]:8055/sftpgo-auth.php" external_auth_scope = 1 naming_rules = 1 +[data_provider.password_hashing] +algo = "argon2id" + [[httpd.bindings]] port = 0