Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 7630f009e3f8e584d45af0dd9556da9a > files > 8

pam_ssh-1.91-3mdv2008.1.x86_64.rpm

$Id: TODO,v 1.4 2002/08/09 18:59:00 akorty Exp $

* Unit testing

Honor a special line in pam.conf for testing various configurations.
The test keys can be stored in the distribution.

* Compatibility with SSH Communications Security's product

** Remove dependencies on OpenSSH code

Instead of calling OpenSSH's load_private_key(), execute ssh-add in the
authentication phase and something like

       ssh-agent ssh-add

in the session phase and parse the output.  (SSH's ssh-add provides
decent return values, whereas OpenSSH's does not.)

* Make more configurable

** .ssh subdir path option in pam.conf

** Binary path option in pam.conf

Search a colon-separated path for the SSH binaries.