]> andersk Git - openssh.git/blobdiff - README.smartcard
- (bal) Patch for OpenSC SmartCard library; ok markus@; patch by
[openssh.git] / README.smartcard
index 69dca15b5fe9ed7b1a8140705451be8a55a8ab3c..17bbde7210c24752024eb2a9ad44f4150a8a6969 100644 (file)
@@ -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:
 
This page took 0.041503 seconds and 4 git commands to generate.