summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-18 15:44:34 +1000
committerDamien Miller <djm@mindrot.org>2001-09-18 15:44:34 +1000
commit7a62b77042f87a2e4e83308c942cd9f945d3faa2 (patch)
tree34967707240952ea46b5349e06837679a6d56e86
parent9e0ddd4379242d325157e38d406e5ed80ba0892c (diff)
Adapt for portable
-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