Source: libpam-ssh
Section: admin
Priority: optional
Maintainer: Jens Peter Secher <jps@debian.org>
Build-Depends: debhelper (>= 7), autotools-dev, libtool, libssl-dev, libpam0g-dev (>= 1.0.1-6), openssh-client | ssh-client
Standards-Version: 3.8.4
Vcs-Hg: http://hg.debian.org/hg/collab-maint/libpam-ssh
Homepage: http://pam-ssh.sourceforge.net

Package: libpam-ssh
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: openssh-client | ssh-client
Description: Single sign-on via private SSH key
 This pluggable authentication module (PAM) provides single sign-on
 behavior for secure shell (SSH).  During login, users type a SSH
 passphrase and is authenticated if the passphrase successfully
 decrypts the user's SSH private keys.  In the PAM session phase, an
 ssh-agent process is started and keys are added, and thus users can
 SSH to other hosts that accept key authentication without typing any
 passwords for the entire session.
