README updates after not so recent filename changes

sc-log.h cleanup for hst-test


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@176 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2002-01-20 18:24:53 +00:00
parent e7c65bf669
commit 5c8759a216
3 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,7 @@ Steps for your OpenSSH pleasure:
- Compile and install
- Extract a public key from your SmartCard in OpenSSH format
(e.g. with 'sc-ssh -c <certificate ID> -k -o <file>')
(e.g. with 'opensc-ssh -c <certificate ID> -k -o <file>')
- Transfer the public key to desired server
- Run OpenSSH with 'ssh -I <reader num>[:<certificate ID>] <host>'
(e.g. '-I 0:45' uses first available reader and certificate with

View File

@ -8,9 +8,8 @@ Steps required to make the PAM module work:
auth sufficient /lib/security/pam_pkcs15.so
4. Copy your PEM encoded certificate to a file in your home directory
called '.eid/authorized_certificates'.
NOTE: You can use the 'sc-tool -r <ID> -o ~/.eid/authorized_certificates'
command to get the PEM encoded certificate. Find the ID by saying
'sc-tool -c'. FINEID card owners should use 45 for the ID.
NOTE:
You can use the 'pkcs15-tool -r <ID> -o ~/.eid/authorized_certificates'
command to get the PEM encoded certificate. Find the ID by saying
'pkcs15-tool -c'. FINEID card owners should use 45 for the ID.
5. Try to login with your card in the reader.
If it doesn't work, remove -DNDEBUG from the CFLAGS line in Makefile,
recompile and try again.

View File

@ -7,8 +7,8 @@
#include <string.h>
#include <opensc.h>
#include <opensc-pkcs15.h>
#include <sc-log.h>
#include "sc-test.h"
#include "../libopensc/sc-log.h"
struct sc_pkcs15_card *p15card;