Source: libpam-ssh
Section: admin
Priority: optional
Maintainer: Jerome Benoit <calculus@rezozer.net>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12), libtool,
 libssl-dev (>= 1.1.1),
 libpam0g-dev,
 openssh-client | ssh-client
Standards-Version: 4.5.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.
