summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.smartcard15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.smartcard b/README.smartcard
index 499dc8ed6..1cde08050 100644
--- a/README.smartcard
+++ b/README.smartcard
@@ -6,17 +6,16 @@ need to:
6 6
7(1) install sectok 7(1) install sectok
8 8
9 $ cd /usr/src/lib/libsectok 9 Sources are instructions are available from
10 $ make obj depend all install includes 10 http://www.citi.umich.edu/projects/smartcard/sectok.html
11 $ cd /usr/src/usr.bin/sectok
12 $ make obj depend all install
13 11
14(2) enable SMARTCARD support in OpenSSH: 12(2) enable SMARTCARD support in OpenSSH:
15 13
16 $ vi /usr/src/usr.bin/ssh/Makefile.inc 14 $ ./configure --with-smartcard [options]
17 and uncomment 15
18 CFLAGS+= -DSMARTCARD 16 You can also specify a path to libsectok:
19 LDADD+= -lsectok 17
18 $ ./configure --with-smartcard=/path/to/libsectok [options]
20 19
21(3) load the Java Cardlet to the Cyberflex card: 20(3) load the Java Cardlet to the Cyberflex card:
22 21