Not sure if this are already been ruled out because it might need a dep on libfido2 but if not... fido2 resident keys are pretty neato
Generate a key that lives on the actual fido2 device with:
ssh-keygen -t ed25519-sk -O resident
And then when working on a new computer you can load the keys into the current session with just:
Not sure if this are already been ruled out because it might need a dep on
libfido2but if not... fido2 resident keys are pretty neatoGenerate a key that lives on the actual fido2 device with:
And then when working on a new computer you can load the keys into the current session with just: