Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b211f76f50a9dc7b489c784cfb6a8d27 > files > 8

pam_ssh-1.97-7.mga5.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.