Source: pam-ssh-agent
Section: libs
Priority: optional
Maintainer: Noa Resare <noa@resare.com>
Build-Depends: debhelper,
        libpam0g-dev, cargo-1.82, rustfmt-1.82, rust-1.82-clippy
Standards-Version: 4.6.0
Homepage: https://github.com/nresare/pam-ssh-agent
Rules-Requires-Root: no

Package: pam-ssh-agent
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM Module for authenticating with ssh-agent
 Shared library that gets installed where libpam looks for
 modules. When referenced in a pam configuration, the module
 implements authentication success or failure based on whether
 the ssh-agent referenced by the SSH_AUTH_SOCK environment
 variable can correctly sign a random challenge with the private
 key corresponding to any of the public keys referenced in 
 the module configuration args. 
