|
|
|
|
|
by vletal
1485 days ago
|
|
In the blogpost they give an example of exactly that $ ssh-add -L
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIKgGePSwpBuHUhrFCRLch9Usqi7L0fKtgTRnh6F/R+ruAAAABHNzaDo= cadey@shachi
Seems like the key is exposed as ssh agent. |
|
I am looking for a command that shows what's on the yubikey.
From what I gather, if the command from the article is run: "ssh-keygen -t ed25519-sk -O resident", the key is stored in a FIDO2 slot.
If that's the case, my question is how to show what is in the FIDO2 slots and how to delete them?