mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-16 05:13:36 +00:00
v.1.7.1 (#335)
This commit is contained in:
@@ -22,13 +22,13 @@ class FieldCrypto {
|
||||
"totp_backup_codes",
|
||||
"oidc_identifier",
|
||||
]),
|
||||
ssh_data: new Set(["password", "key", "keyPassword"]),
|
||||
ssh_data: new Set(["password", "key", "key_password"]),
|
||||
ssh_credentials: new Set([
|
||||
"password",
|
||||
"privateKey",
|
||||
"keyPassword",
|
||||
"private_key",
|
||||
"key_password",
|
||||
"key",
|
||||
"publicKey",
|
||||
"public_key",
|
||||
]),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user