mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
don't allow DSA keys
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -501,7 +501,8 @@
|
||||
"home_invalid": "The home directory must be an absolute path",
|
||||
"pub_key_invalid": "Invalid public key",
|
||||
"priv_key_invalid": "Invalid private key",
|
||||
"key_invalid_size": "Invalid RSA key: the minimum supported size is 2048",
|
||||
"key_invalid_size": "Invalid RSA public key: the minimum supported size is 2048",
|
||||
"key_insecure": "Insecure public key format not allowed",
|
||||
"err_primary_group": "Only one primary group is allowed",
|
||||
"err_duplicate_group": "Duplicate groups detected",
|
||||
"no_permissions": "Directories permissions are mandatory",
|
||||
|
||||
Reference in New Issue
Block a user