Comment 7 for bug 16918

Revision history for this message
Nicolas Romero (nicolas-romero) wrote :

It is not possible to use an usb token to store keys because openssh is not
compiled with opensc support.

To enable the smartcard support it is necessary to
 * get the sources with apt-get source openssh
 * modify debian/rules to add --with-opensc at the end of ./configure... lines
 * rebuild the package with dpkg-buildpackage