2

Possible Duplicate:
Access host’s smart card reader via Remote Desktop Connection

I work in a location where im not allowed to have any electronic devices, I am however allowed RDP access and i can access my desktop computer at home

When im home I use my smart card reader to access various webpages for my employeer but when im on site and establish and RDP session the session doesnt show a smart card or a smart card reader as being attached

From my googleing so far it seems like RDP is redirecting the smart card reader proccess to my computer on site and ignoring the one thats local to the remote machine

I've seen answers but they are all geared to how to use the smart card at the local machine not at the remote machine

my question is:

how can i gain access to the smart card on attached to the remote laptop in my home?

Crash893
  • 1,560

1 Answers1

2

You may not be able to ever use the smart card on the remote machine unless you log into an already existing session. At least that is what I have gathered from the below snippit:

The reverse is also true; if you RDP into a session from the start you will never see any local smartcard readers as Winscard will detect it’s running in an RDP session and no calls to Winscard will ever reach the local PC/SC layer – everything will be redirected to the connecting client.

The full article can be found here: Why can't I see my local smartcard readers when I connect via RDP?

Sean
  • 69