From 7a62b77042f87a2e4e83308c942cd9f945d3faa2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 18 Sep 2001 15:44:34 +1000 Subject: [PATCH] Adapt for portable --- README.smartcard | 15 +++++++-------- 1 file 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: (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: