SSH Agent: add key to Bitwarden using `ssh-add`

Just a quick feature request - I’ve had some trouble pasting valid SSH keys into the Bitwarden windows client (here’s an example: Importing SSH Key: SSH Key is Invalid - #4 by aswang)

I tried using ssh-add id_ed25519 to add a key to the agent (confirmed it’s connected to the agent - ssh-add -l shows a list of Bitwarden ssh keys):

[aswang.Lap] ⮞ ssh-add id_ed25519
Enter passphrase for id_ed25519:
Could not add identity "id_ed25519": agent refused operation

To be clear this is a bog-standard ed25519 key generated using OpenSSH ssh-keygen. I’m assuming, based on the message, that this is a feature that’s just not implemented in Bitwarden, rather than it being a problem with the key itself.

This feature would make it very simple to add keys to Bitwarden.