Package Details: pam-ssh-agent 0.9.3-3

Git Clone URL: https://aur.archlinux.org/pam-ssh-agent.git (read-only, click to copy)
Package Base: pam-ssh-agent
Description: PAM module for ssh-agent based authentication
Upstream URL: https://crates.io/crates/pam-ssh-agent
Licenses: MIT
Submitter: kenshaw
Maintainer: kenshaw
Last Packager: kenshaw
Votes: 0
Popularity: 0.000000
First Submitted: 2025-08-06 21:46 (UTC)
Last Updated: 2025-08-13 22:07 (UTC)

Required by (0)

Sources (1)

Latest Comments

kenshaw commented on 2025-08-06 21:58 (UTC)

The pam_ssh_agent_auth codebase seems to no longer be maintained, so created this one for the Rust written package at https://crates.io/crates/pam-ssh-agent

This should be a drop in replacement for pam_ssh_agent_auth, just change pam entries like the following:

auth sufficient pam_ssh_agent_auth.so file=~/.ssh/authorized_keys

to:

auth sufficient pam_ssh_agent.so file=~/.ssh/authorized_keys

You can then remove the pam_ssh_agent_auth package.