Re: [Spice-devel] Cac redirection through spice client

2015-05-14 Thread Thomas Foster
I found out how to find the driver for the cac if it's unknown. If you follow this link and look for the hardware id it should show you. if not look for the parent and that should give you the id that should be searchable...good luck! Thanks!

Re: [Spice-devel] Cac redirection through spice client

2015-05-14 Thread Marc-André Lureau
Hey, Do you need to share your CAC simultaneously with host and guest? If not, you may simply redirect your CCID with USB redirection. CAC emulation is pretty limited, in practice in only works well with NSS coolkey pkcs#11 modules. So it works with few windows applications (such as firefox) On

Re: [Spice-devel] Cac redirection through spice client

2015-05-14 Thread David Jaša
Thomas, I don't understand your issue/question. I'll write a few notes about smart card sharing architecture in spice so that we're at the same page regarding terminology: * in Client system, remote-viewer accesses the smart card using pkcs#11 module (library) that has to be

Re: [Spice-devel] Cac redirection through spice client

2015-05-14 Thread Thomas Foster
No..When you select the smartcard enabled for the VM it will automatically share the cac to the vm. If you recompile rdesktop with cac authentication you can use rdesktop to pass you cac authentication with the -r scard option. On Thu, May 14, 2015 at 10:42 AM, Marc-André Lureau

Re: [Spice-devel] How do I redirect a USB stick with KVM?

2015-05-14 Thread ToddAndMargo
On 05/13/2015 01:35 PM, ToddAndMargo wrote: Hi All, I have KVM running Scientific Linux 6.6. I am following this guide: http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest Server side: $ rpm -qa \*kvm\* qemu-kvm-0.12.1.2-2.448.el6_6.2.x86_64 $ rpm -qa \*spice\*

Re: [Spice-devel] How do I redirect a USB stick with KVM?

2015-05-14 Thread ToddAndMargo
On 05/13/2015 11:25 PM, ToddAndMargo wrote: On 05/13/2015 01:35 PM, ToddAndMargo wrote: Hi All, I have KVM running Scientific Linux 6.6. I am following this guide: http://www.linux-kvm.org/page/USB_Host_Device_Assigned_to_Guest Server side: $ rpm -qa \*kvm\*

[Spice-devel] Cac redirection through spice client

2015-05-14 Thread Thomas Foster
Can somebody help me understand where to put the driver for Cac redirection for the spice client? The problem: When placing cac in card reader, spice client recognizes the card but states the drivers were not installed correctly. In windows there is the usbccid cac reader (which works with rdp)