]> andersk Git - openssh.git/blobdiff - README.smartcard
Adapt for portable
[openssh.git] / README.smartcard
index 499dc8ed6207fc8970bb8ced87a749858400fe02..1cde0805067b603b1bb217489bf1300488c2fff7 100644 (file)
@@ -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:
 
This page took 0.054344 seconds and 4 git commands to generate.