File: TODO

package info (click to toggle)
libpam-ssh 1.91.0-9.3%2Blenny1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,772 kB
  • ctags: 488
  • sloc: sh: 9,025; ansic: 4,699; makefile: 81
file content (26 lines) | stat: -rw-r--r-- 697 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$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.