| 7 | | On Linux and Mac OS X you can use OpenSSH. OpenSSH does support smart card authentication, but only |
| 8 | | if the support for OpenSC is enabled during compile time. Most distributions however ship a binary |
| 9 | | package that does not include OpenSC support. You can simply download the source code or source |
| 10 | | rpm package, and recompile it using "configure --with-opensc=/usr". |
| | 7 | On Linux and Mac OS X you can use OpenSSH. OpenSSH does support smart card authentication, you have |
| | 8 | two alternatives: |
| | 9 | |
| | 10 | * Mainline - only if the support for OpenSC is enabled during compile time. Most distributions however ship a binary package that does not include OpenSC support. You can simply download the source code or source rpm package, and recompile it using "configure --with-opensc=/usr". |
| | 11 | |
| | 12 | * PKCS!#11 - external patch available from [http://alon.barlev.googlepages.com/openssh-pkcs11 here], this works with most smartcards, even ones that are not supported directly by OpenSC project. |