Hello all,
sorry if this is a totally noobish question, but I am having problems setting up my Yubikey with Qubes OS 4.1
I followed this doc:
and set up sys-usb and installed the required packages in my fedora34-dvm template.
However I don’t know how to run the Yubikey Personalization Tool
(the link for the HMAC-SHA1 Creation on the yubikey homepage given in the Qubes Doc linked earlier is old, and only links to the download page of the YK Personalization Tool)
And when I installed a mac os version on my macbook it doesn’t recognize my Yubikey.
So I used Yubikey Manager on my macbook instead, and configurated a challenge response on Slot 2.
Then it generates a key.
How do I convert it to Hex to do the following step of the documentation?:
Paste your AESKEY from step 2 into /etc/qubes/yk-keys/yk-secret-key.hex in dom0.
(If I use the ykpersonalization command line tool instead of Yubikey Manager I still get a key which is not in hex-format)
And I am also having problems with this step:
You can calculate your hashed password using the following two commands. First run the following command to store your password in a temporary variable password. (This way your password will not leak to the terminal command history file.)
read -r password
Now run the following command to calculate your hashed password.
echo -n "$password" | openssl dgst -sha1
Which password is this?
If I just type
read -r password
nothing happens.
Sorry for this basic question, but I would really appreciate some help!
Thanks in advance!