summaryrefslogtreecommitdiff
path: root/README.smartcard
diff options
context:
space:
mode:
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 69dca15b5..17bbde721 100644
--- a/README.smartcard
+++ b/README.smartcard
@@ -8,18 +8,22 @@ are still subject to change.
8 8
9To enable this you need to: 9To enable this you need to:
10 10
11(1) install sectok 11(1) install sectok or openSC
12 12
13 Sources are instructions are available from 13 Sources are instructions are available from
14 http://www.citi.umich.edu/projects/smartcard/sectok.html 14 http://www.citi.umich.edu/projects/smartcard/sectok.html
15 15
16 or
17
18 http://www.opensc.org/
19
16(2) enable SMARTCARD support in OpenSSH: 20(2) enable SMARTCARD support in OpenSSH:
17 21
18 $ ./configure --with-smartcard [options] 22 $ ./configure --with-sectok[=/path/to/libsectok] [options]
19 23
20 You can also specify a path to libsectok: 24 or
21 25
22 $ ./configure --with-smartcard=/path/to/libsectok [options] 26 $ ./configure --with-opensc[=/path/to/opensc] [options]
23 27
24(3) load the Java Cardlet to the Cyberflex card: 28(3) load the Java Cardlet to the Cyberflex card:
25 29