Cannot generate ssh key #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to auth the ssh using pico-fido, but the key cannot be generated
I don't know if it's because the pico-fido does not support ssh, or my environment has some issues?
Which OS?
Is you pico-fido properly recognized?
For first error (no resident), it is caused due to PIN protection. For an unknown reason, ssh-keygen does not prompt for PIN.
If you remove PIN protection, it should work.
Second error is related to resident list. Since this resident list is empty, it fails on finding key. Try to generate a resident key first.
Digging into ssh-keygen code, it seems that all problems are related with PIN, which is not asked. Need to fix it first.