]> andersk Git - openssh.git/blobdiff - README.smartcard
- (djm) Avoid bad and unportable sprintf usage in compat code
[openssh.git] / README.smartcard
index 499dc8ed6207fc8970bb8ced87a749858400fe02..69dca15b5fe9ed7b1a8140705451be8a55a8ab3c 100644 (file)
@@ -1,22 +1,25 @@
 How to use smartcards with OpenSSH?
 
 OpenSSH contains experimental support for authentication using
-Cyberflex smartcards and TODOS card readers. To enable this you
-need to:
+Cyberflex smartcards and TODOS card readers. 
+
+WARNING: Smartcard support is still in development. Keyfile formats, etc
+are still subject to change.
+
+To enable this you 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.035294 seconds and 4 git commands to generate.