Displaying 1 result from an estimated 1 matches for "hidraw7".
Did you mean:
hidraw
2023 Dec 17
0
How to set/specify an SK Device (Path) in ssh_config?
Hey *,
I have more then one {Security Key,HSM}-FIDO2 device attached to my
Linux machine (Arch Linux).
With
```
# fido2-token -L
/dev/hidraw7: vendor=0x1d50, product=0x60fc (CRYPTOTRUST ONLYKEY)
/dev/hidraw5: vendor=0x20a0, product=0x42b2 (Nitrokey Nitrokey 3)
```
I am able to get the device paths of both SK,
which I can use to generate an `ecdsa-sk` on a specific device:
```
$ ssh-keygen \
-t ecdsa-sk \
-f /tmp/TEST-id_ed25519-sk \...