File: control

package info (click to toggle)
pam-ssh-agent-auth 0.10.3-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,668 kB
  • sloc: ansic: 26,834; sh: 3,038; makefile: 187; php: 112
file content (28 lines) | stat: -rw-r--r-- 1,065 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
27
28
Source: pam-ssh-agent-auth
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libssl-dev,
               libpam0g-dev
Standards-Version: 4.7.0
Homepage: https://github.com/jbeverly/pam_ssh_agent_auth
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/pam-ssh-agent-auth
Vcs-Git: https://salsa.debian.org/debian/pam-ssh-agent-auth.git

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.