Thanks a lot for your recent help. Unfortunaltely I am stuck
again.
I am using the SPR532 pinpad reader to log on to my Linux-SSH-Server
using PuttySC as client on WindowsXP with the Smart Card Bundle installed.
So far everything works perfect, except that I have to enter
the PIN on the PC-keyboard.
How can I activate usage of my readerR17;s pinpad? Is it
possible at all to have pinpad-support using PuttySC on WinXP?
Using „pkcs11-tool –login –test“
also does not use the pinpad.
My opensc.conf looks like this (but only the PCSC-Driver is
detected):
----
app default {
debug
= 0;
profile_dir
= "C:ProgrammeSmart card bundle";
reader_drivers
= openct, pcsc, ctapi;
reader_driver
ctapi {
module
c:winntsystem32CTPCSC32.dll {
ports
= 0;
}
}
reader_driver
pcsc {
max_send_size
= 252;
max_recv_size
= 252;
enable_pinpad
= true;
}
reader_driver
openct {
readers
= 5;
}
…
…
----
Regards
Alexander
|