This file is indexed.

/usr/share/doc/libpam-ssh/README.Debian is in libpam-ssh 2.01-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
Debian specific system-wide setup
---------------------------------

As pam_ssh honours TMPDIR before spawning ssh-agent, namely
ssh-agent is asked to place its agent file in TMPDIR. pam_tmpdir
from the libpam-tmpdir Debian package can be used to set up TMPDIR
as follows:

  ...
  @include common-session
  session optional pam_tmpdir.so
  session optional pam_ssh.so
  ...

The libpam-ssh Debian package comes with the PAM configuration profile
/usr/share/pam-configs/ssh meant to be used by pam-auth-update(8):
the superuser may want to update or check the pam-auth-update(8) setup
by invoking it; see Debian.NEWS for further details.

 -- Jerome Benoit <calculus@rezozer.net>, Thu, 22 Nov 2013 05:26:17 +0000