don't allow DSA keys

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-12-18 19:01:15 +01:00
parent 8c5f92aeb1
commit bfe6c58133
4 changed files with 13 additions and 3 deletions

View File

@@ -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",