pam-ssh-agent 0.9.6

A PAM module that authenticates using the ssh-agent.
Documentation
Source: pam-ssh-agent
Section: libs
Priority: optional
Maintainer: Noa Resare <noa@resare.com>
Build-Depends: debhelper,
        libpam0g-dev, cargo-1.82, dh-cargo
Standards-Version: 4.6.0
Homepage: https://github.com/nresare/pam-ssh-agent
Rules-Requires-Root: no
XS-Vendored-Sources-Rust: aho-corasick@1.1.4, anstream@0.6.21, anstyle-parse@0.2.7, anstyle-query@1.1.5, anstyle-wincon@3.0.11, anstyle@1.0.13, anyhow@1.0.100, autocfg@1.5.0, base16ct@0.2.0, base64@0.22.1, base64ct@1.8.3, bitflags@2.10.0, block-buffer@0.10.4, bytes@1.11.0, cc@1.2.52, cfg-if@1.0.4, cipher@0.4.4, colorchoice@1.0.4, const-oid@0.9.6, cpufeatures@0.2.17, crypto-bigint@0.5.5, crypto-common@0.1.7, curve25519-dalek-derive@0.1.1, curve25519-dalek@4.1.3, der@0.7.10, deranged@0.5.5, digest@0.10.7, doctest-file@1.0.0, ecdsa@0.16.9, ed25519-dalek@2.2.0, ed25519@2.2.3, elliptic-curve@0.13.8, env_filter@0.1.4, env_logger@0.11.8, error-chain@0.12.4, ff@0.13.1, fiat-crypto@0.2.9, find-msvc-tools@0.1.7, foreign-types-shared@0.1.1, foreign-types@0.3.2, generic-array@0.14.7, getrandom@0.2.17, getrandom@0.3.4, group@0.13.0, hkdf@0.12.4, hmac@0.12.1, hostname@0.3.1, inout@0.1.4, interprocess@2.2.3, is_terminal_polyfill@1.70.2, itoa@1.0.17, jiff-static@0.2.18, jiff@0.2.18, lazy_static@1.5.0, libc@0.2.180, libm@0.2.15, log@0.4.29, match_cfg@0.1.0, memchr@2.7.6, num-bigint-dig@0.8.6, num-conv@0.1.0, num-integer@0.1.46, num-iter@0.1.45, num-traits@0.2.19, num_threads@0.1.7, once_cell@1.21.3, once_cell_polyfill@1.70.2, openssl-macros@0.1.1, openssl-sys@0.9.111, openssl@0.10.75, p256@0.13.2, p384@0.13.1, p521@0.13.3, pam-bindings@0.1.1, pem-rfc7468@0.7.0, pkcs1@0.7.5, pkcs8@0.10.2, pkg-config@0.3.32, portable-atomic-util@0.2.4, portable-atomic@1.13.0, powerfmt@0.2.0, ppv-lite86@0.2.21, primeorder@0.13.6, proc-macro2@1.0.105, quote@1.0.43, r-efi@5.3.0, rand@0.8.5, rand_chacha@0.3.1, rand_core@0.6.4, recvmsg@1.0.0, regex-automata@0.4.13, regex-syntax@0.8.8, regex@1.12.2, rfc6979@0.4.0, rsa@0.9.10, rustc_version@0.4.1, sec1@0.7.3, semver@1.0.27, serde_core@1.0.228, serde_derive@1.0.228, sha2@0.10.9, shlex@1.3.0, signature@2.2.0, smallvec@1.15.1, spin@0.9.8, spki@0.7.3, ssh-agent-client-rs@1.1.2, ssh-cipher@0.2.0, ssh-encoding@0.2.0, ssh-key@0.6.7, subtle@2.6.1, syn@2.0.114, syslog@6.1.1, thiserror-impl@2.0.17, thiserror@2.0.17, time-core@0.1.7, time-macros@0.2.25, time@0.3.45, typenum@1.19.0, unicode-ident@1.0.22, utf8parse@0.2.2, uzers@0.12.2, vcpkg@0.2.15, version_check@0.9.5, wait-timeout@0.2.1, wasi@0.11.1+wasi-snapshot-preview1, wasip2@1.0.1+wasi-0.2.4, widestring@1.2.1, winapi-i686-pc-windows-gnu@0.4.0, winapi-x86_64-pc-windows-gnu@0.4.0, winapi@0.3.9, windows-link@0.2.1, windows-sys@0.52.0, windows-sys@0.61.2, windows-targets@0.52.6, windows_aarch64_gnullvm@0.52.6, windows_aarch64_msvc@0.52.6, windows_i686_gnu@0.52.6, windows_i686_gnullvm@0.52.6, windows_i686_msvc@0.52.6, windows_x86_64_gnu@0.52.6, windows_x86_64_gnullvm@0.52.6, windows_x86_64_msvc@0.52.6, wit-bindgen@0.46.0, zerocopy-derive@0.8.33, zerocopy@0.8.33, zeroize@1.8.2

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.