====== Yubikey usage ======
When using a Yubikey within VMware Workstation you should configure the following USB settings, per Yubico's [[https://support.yubico.com/hc/en-us/articles/360013647640-Troubleshooting-Device-Passthrough-with-VMware-Workstation-and-VMware-Fusion|documentation]]:
usb.generic.allowHID = "TRUE"
usb.generic.allowLastHID = "TRUE"
usb.quirks.device0 = "0x1050:0x0407 allow"
===== Installing tools =====
See: https://support.yubico.com/hc/en-us/articles/360016649039-Enabling-the-Yubico-PPA-on-Ubuntu
===== Initial config =====
Configuring [[https://developers.yubico.com/PIV/Guides/Device_setup.html|Yubikey PIN/PIV module]]:
ykman piv access change-pin
ykman piv access change-puk
ykman piv access change-management-key --generate --protect
===== Configuring for use with OpenSSH =====