summaryrefslogtreecommitdiffstats
path: root/README.smartcard
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-04-05 16:11:45 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-04-05 16:11:45 +0000
commita42694fa25683488b4dc44abc9dc8bb55414c99f (patch)
treeb642a80c3e482ed6a792d4f540719fd6af743212 /README.smartcard
parent8a725a843d51b4fe43e9653eea5442c368290fe2 (diff)
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
Diffstat (limited to 'README.smartcard')
-rw-r--r--README.smartcard12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.smartcard b/README.smartcard
index 69dca15b..17bbde72 100644
--- a/README.smartcard
+++ b/README.smartcard
@@ -8,18 +8,22 @@ are still subject to change.
To enable this you need to:
-(1) install sectok
+(1) install sectok or openSC
Sources are instructions are available from
http://www.citi.umich.edu/projects/smartcard/sectok.html
+ or
+
+ http://www.opensc.org/
+
(2) enable SMARTCARD support in OpenSSH:
- $ ./configure --with-smartcard [options]
+ $ ./configure --with-sectok[=/path/to/libsectok] [options]
- You can also specify a path to libsectok:
+ or
- $ ./configure --with-smartcard=/path/to/libsectok [options]
+ $ ./configure --with-opensc[=/path/to/opensc] [options]
(3) load the Java Cardlet to the Cyberflex card: