Displaying 1 result from an estimated 1 matches for "h7ci".
Did you mean:
h7c
2023 Dec 17
0
How to set/specify an SK Device (Path) in ssh_config?
...-sk \
-N '' \
-O device=/dev/hidraw5 \
-O resident \
-O verify-required
...
The key fingerprint is:
SHA256:HixXHmVbrCZRxWUXIDOZF50VAIf/cVESDcBZsKSWcro bernd
```
I can confirm generation on the SK with
```
# fido2-token -L -r /dev/hidraw5
Enter PIN for /dev/hidraw5:
00: 4wYQ6KFiEVlg/h7CI+ZSnJ9LboAgDcteXDIcivHisb8= ssh:
```
(But I have no clue what kind of identifier
"4wYQ6KFiEVlg/h7CI+ZSnJ9LboAgDcteXDIcivHisb8=" actually is?)
I can use this key just fine:
```
ssh -vv -F /dev/null -i /tmp/TEST-id_ed25519-sk localhost
```
But: How do I specify the "SK HANDLER" v...