File: control

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 (27 lines) | stat: -rw-r--r-- 1,175 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
Source: libpam-ssh
Section: admin
Priority: optional
Maintainer: Jerome Benoit <calculus@rezozer.net>
Build-Depends:
 debhelper (>= 9.0.0), autotools-dev, dh-autoreconf, libtool,
 libssl1.0-dev | libssl-dev (<< 1.1.0~),
 libpam-dev,
 openssh-client | ssh-client
Standards-Version: 3.9.8
Homepage: http://pam-ssh.sourceforge.net
Vcs-Git: https://anonscm.debian.org/git/collab-maint/libpam-ssh.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libpam-ssh.git

Package: libpam-ssh
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 1.0.1-6)
Recommends: openssh-client | ssh-client, libpam-tmpdir
Description: Authenticate using SSH keys
 This pluggable authentication module (PAM) provides single sign-on
 using secure shell (SSH) keys:
 - during authentication, the user types a SSH passphrase and is authenticated
   if the passphrase successfully decrypts the user's SSH private keys;
 - in session phase, a ssh-agent process is started and decrypted keys are
   added, and thus the user can SSH to other hosts that accept key
   authentication without typing more passwords for the entire session.