Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > c962cc2e200efe9eff22f98bf2d5f40d > files > 8

pam_ssh-1.97-4.mga3.i586.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.