ssh-tpm-agent
ssh-tpm-agent copied to clipboard
Ed25519 key type support
I try to use ssh-tpm-keygen
to import a ed25519 key, but this key type isn't support.
$ sudo ssh-tpm-keygen --import ~/.ssh/id_ed25519
Sealing an existing public/private ecdsa key pair.
Enter existing password (empty for no pin):
2023/12/26 15:46:10 unsupported key type
Is it possible to support ed25519?