File: TODO

package info (click to toggle)
libpam-ssh 2.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,296 kB
  • ctags: 1,465
  • sloc: ansic: 16,551; makefile: 95; sh: 38
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.