summaryrefslogtreecommitdiffstats
path: root/README.smartcard
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 /README.smartcard
parent9e0ddd4379242d325157e38d406e5ed80ba0892c (diff)
Adapt for portable
Diffstat (limited to 'README.smartcard')
-rw-r--r--README.smartcard15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.smartcard b/README.smartcard
index 499dc8ed..1cde0805 100644
--- a/README.smartcard
+++ b/README.smartcard
@@ -6,17 +6,16 @@ need to:
(1) install sectok
- $ cd /usr/src/lib/libsectok
- $ make obj depend all install includes
- $ cd /usr/src/usr.bin/sectok
- $ make obj depend all install
+ Sources are instructions are available from
+ http://www.citi.umich.edu/projects/smartcard/sectok.html
(2) enable SMARTCARD support in OpenSSH:
- $ vi /usr/src/usr.bin/ssh/Makefile.inc
- and uncomment
- CFLAGS+= -DSMARTCARD
- LDADD+= -lsectok
+ $ ./configure --with-smartcard [options]
+
+ You can also specify a path to libsectok:
+
+ $ ./configure --with-smartcard=/path/to/libsectok [options]
(3) load the Java Cardlet to the Cyberflex card: