[PM-10405] Add SSH key cipher type (#4158)

This commit is contained in:
Patrick Honkonen
2024-10-29 17:40:20 -04:00
committed by GitHub
parent 6f26ae50ea
commit 78e7adfbc1
73 changed files with 2447 additions and 33 deletions

View File

@@ -1075,4 +1075,8 @@ Do you want to switch to this account?</string>
<string name="no_logins_were_imported">No logins were imported</string>
<string name="logins_imported">Logins imported</string>
<string name="remember_to_delete_your_imported_password_file_from_your_computer">Remember to delete your imported password file from your computer</string>
<string name="type_ssh_key">SSH key</string>
<string name="public_key">Public key</string>
<string name="private_key">Private key</string>
<string name="ssh_keys">SSH keys</string>
</resources>