Closed chrisarm closed 6 years ago
Hi, sorry for the late response.
PIV Manager release 1.4.2d works fine for me in a VirtualBox VM with both YubiKey 4 and NEO with no additional setup required other than installing PIV Manager. I don't know why it took so much work to get it working in your setup.
I was using VMware Workstation, not Virtual box. Key difference here.
Yes. I'm afraid I don't know why it works so differently in your case.
The YubiKey was being seen as a Smart Card and marked as WUDF in Device Manager rather than as a YubiKey device like normal. The changes to make YubiKey Work in VMWare Linux Host with Windows Guest took me a few hours to find and required solutions for smaller issues along the way from multiple sources:
usb.generic.allowHID = "TRUE" usb.generic.allowLastHID = "TRUE" usb.quirks.device0 = "0x1050:0x0407 allow"
Remove any lines from the vmx file that start with usb.autoConnect.device0 = ...
Re-enable encryption if you want
Start the VM
When you go to "connect" the in VM Settings, Chose the YubiKey option without "Shared..." in the name.
That's it. When I connected the YubiKey, the key was installed by windows properly and PIV Manager was able to read and write certificates as expected. Is there an easier way to make this thing work by default though?