Hello!
I was poking around with the app and found that I wasn't able to import an existing FIDO2 resident key from my Yubikey, and I think that would be a great feature.
I have a resident key on each of my 3 Yubikeys and I try hard to keep it at that so I can have a portable SSH identity (or three, rather) without much hassle.
On a normal machine I am able to either discover those via ssh-add -K or just copy around the stub file that looks something like:
# ~/.ssh/id_ed25519_sk_yk_5c_nano.pub
sk-ssh-ed25519@openssh.com <public key> yk-5c-nano
The answer may well be that this is simply not possible on iOS/iPadOS but figured it was worth mentioning.
Thank you!
Hello!
I was poking around with the app and found that I wasn't able to import an existing FIDO2 resident key from my Yubikey, and I think that would be a great feature.
I have a resident key on each of my 3 Yubikeys and I try hard to keep it at that so I can have a portable SSH identity (or three, rather) without much hassle.
On a normal machine I am able to either discover those via
ssh-add -Kor just copy around the stub file that looks something like:The answer may well be that this is simply not possible on iOS/iPadOS but figured it was worth mentioning.
Thank you!