@bradster2214 Welcome to the forum!
That is not the latest version. I think you mean the desktop app here, and the latest version is 2025.4.2 I think.
@bradster2214 Welcome to the forum!
That is not the latest version. I think you mean the desktop app here, and the latest version is 2025.4.2 I think.
Huh youāre right. I donāt know why mine doesnāt report any updates after i explicitly told it to check for updates. Maybe an uninstall and reinstall is needed.
Iāll update when i get time and update if it fixes it ![]()
Although I use macos and iphone, it has been working properly for me on mac for about 1-2 month. (Although it is true that on iphone I donāt see any option to modify or create new ones, but I donāt need it.) Try updating to the latest version, 2024.12 is a very old version.
and it looks like a 256 or 512 bit key, and i need to create a 4096 one.
Bitwarden supports RSA keys and ed25519 keys for import, but only ed25519 keys for generation. This is deliberate. Ed25519 keys are indeed shorter (256 bits), but more secure than RSA 4096 bit keys. [1] [2]
RSA keys (even 4096-Bit) is at this point only recommended for authenticating to legacy systems that do not support ed25519. If you are sure that you want an RSA key, then you can generate it locally, using i.e openssh, and import it. Ed25519 keys are the recommended, new, and most secure key type.
Your desktop app also seems out of date. Iām not sure that 2024.12.1 is fully supported here, please get 2025.3.1 if you want to use RSA keys. (2025.4.2 currently has a defect for RSA keys specifically, ed25519 is not affected).
Is there any chance ECDSA (or any other algorithms) will be supported in the future?
(or any other algorithms)
Which specifically? Aside from RSA and Ed25519, there is only ECDSA. If you can make provide a compelling reason of why ECDSA should be supported when Ed25519 is already supported, Iām happy to pass it along.
When post-quantum digital signature schemes (ML-DSA) are standardized for SSH (draft-sfluhrer-ssh-mldsa-00 - SSH Support of ML-DSA), thatās a very compelling case to add support for a new signature scheme.
Works well with Putty & FileZilla, much thanks ![]()
Iāve been testing the SSH agent out, and it has a few usability issues:
The SSH key type is not supported) even though they are just RSA keys.Perhaps it would be better if Bitwarden acted as a proxy to a real ssh-agent? Or perhaps just acts as ssh-add instead of a full agent? That way you can load keys from Bitwarden into your SSH agent, without all the apparent limitations of the actual SSH agent in Bitwarden.
Iām likely going back to bitwarden-ssh-agent as it seems to be far more flexible for what I want and uses a regular ssh-agent so I can add non-Bitwarden SSH keys into it.
I managed to solve #4 by doing the following:
ssh-keygen -p -N "" -f /path/to/key
which converted it to OpenSSH format which I could then import.
Also, thereās no way to create/import SSH keys in the Web Vault.