File: control

package info (click to toggle)
pam-ssh-agent-auth 0.10.3-4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 5,484 kB
  • sloc: ansic: 26,802; sh: 3,038; makefile: 188; php: 112
file content (26 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
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
Source: pam-ssh-agent-auth
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               autotools-dev,
               libssl-dev,
               libpam0g-dev
Standards-Version: 3.9.5
Homepage: http://pamsshagentauth.sf.net/

Package: libpam-ssh-agent-auth
Architecture: any
Multi-Arch: same
Section: admin
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: PAM Authentication via forwarded ssh-agent
 pam_ssh_agent_auth is a PAM module which permits PAM authentication via your
 keyring in a forwarded ssh-agent.
 .
 This module can be used to provide authentication for anything run locally that
 supports PAM. It was written specifically with the intention of permitting
 authentication for sudo without password entry, and also has been proven useful
 for use with su as an alternative to wheel.