File: control

package info (click to toggle)
libpam-ssh 2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,260 kB
  • sloc: ansic: 16,178; makefile: 93; sh: 38
file content (27 lines) | stat: -rw-r--r-- 1,098 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 (>= 11), libtool,
 libssl-dev (>= 1.1.1),
 libpam0g-dev,
 openssh-client | ssh-client
Standards-Version: 4.3.0
Homepage: http://pam-ssh.sourceforge.net
Vcs-Git: https://salsa.debian.org/debian/libpam-ssh.git
Vcs-Browser: https://salsa.debian.org/debian/libpam-ssh

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.