Use self-generated ssh key, when creating a new ssh key

Hey, when trying to use a self-generated ssh key, when pressing + NewSSH key, the buttons for the Private key, Public key and Fingerprint are disabled.

I see that this is part of your spec: it("ngOnInit disables the form", async () => { in file libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.spec.ts.
But I would urge you to reconsider this spec. This does not make anything safer, it just degrades the user experience. I managed by using the chrome devtools and removing the disabled properties from those three inputs and putting my self-generated ssh-key in. But I would have just fallen back on using a Note type. Please consider my case and think about updating your spec. Love the product you built, but this is making me reconsider using your product.