- updated OpenSSH support

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@78 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
jey 2001-12-15 01:44:46 +00:00
parent 0191d6c07d
commit 5930ce8006
3 changed files with 1664 additions and 4 deletions

2
TODO Normal file
View File

@ -0,0 +1,2 @@
-- convert to GNU Autotools

View File

@ -1,11 +1,11 @@
Steps for your OpenSSH pleasure:
- Download, compile and install openssl-engine (http://www.openssl.org)
- Download OpenSSH 3.0.1p1 (http://www.openssh.com)
- Apply 'openssh-3.0.1p1-patch.diff' from this directory
- Download, compile and install openssl (http://www.openssl.org)
- Download OpenSSH 3.0.2p1 (http://www.openssh.com)
- Apply 'openssh-3.0.2p1-patch.diff' from this directory
- Run autoconf and autoheader
- Run configure with the argument '--with-libsc'
- Run configure with the argument '--with-opensc'
- Change the hardcoded PIN to the one set on your card... =)
The line to modify can be found in file scard-libsc.c.
(This will be fixed in the future)

File diff suppressed because it is too large Load Diff