egor-duda
egor-duda
This PR add support for no-touch-required and verify-required options for ecdsa-sk and ed25519-sk keys in authorized_keys file Fixes #171
Currently, no-touch-required and verify-required options are not supported for `ecdsa-sk` and `ed25519-sk` keys in authorized_keys file -- user presence check is always mandatory and user verification check is always optional.
After pushing changes to fork repo, `cargo_clippy` workflow fails with error "Resource not accessible by integration", see e.g. https://github.com/egor-duda/OpenSK/actions/runs/2547812258 This also hides real clippy errors because next `run: cargo clippy...
I've made a quick-and-dirty prototype of virtual FIDO2 authenticator for QEMU using OpenSK application. The purpose is similar to #288, but instead of creating a CTAP library and linking it...
I've successfully created ecdsa-sk key with ssh-keygen -t ecdsa-sk command using softu2f service. Approval notification appears and key is successfully generated But when I try to create key ed25519-sk key...